summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2018-07-12 15:44:42 +0300
committerTuomas Tynkkynen <tuomas@tuxera.com>2018-07-12 17:04:07 +0300
commit6b5c9fc197895ad2f3b63b473168a5871670eee3 (patch)
tree2072d8db219a93eb6936811a8c823e2d195da184 /pkgs
parent7b25471fb16295a4800ba28246e8009fefdc84d0 (diff)
downloadnixpkgs-6b5c9fc197895ad2f3b63b473168a5871670eee3.tar
nixpkgs-6b5c9fc197895ad2f3b63b473168a5871670eee3.tar.gz
nixpkgs-6b5c9fc197895ad2f3b63b473168a5871670eee3.tar.bz2
nixpkgs-6b5c9fc197895ad2f3b63b473168a5871670eee3.tar.lz
nixpkgs-6b5c9fc197895ad2f3b63b473168a5871670eee3.tar.xz
nixpkgs-6b5c9fc197895ad2f3b63b473168a5871670eee3.tar.zst
nixpkgs-6b5c9fc197895ad2f3b63b473168a5871670eee3.zip
linux_rpi: 1.20180417 -> 1.20180619
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/os-specific/linux/kernel/linux-rpi.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/os-specific/linux/kernel/linux-rpi.nix b/pkgs/os-specific/linux/kernel/linux-rpi.nix
index d869ea09036..e68a0ed2671 100644
--- a/pkgs/os-specific/linux/kernel/linux-rpi.nix
+++ b/pkgs/os-specific/linux/kernel/linux-rpi.nix
@@ -1,8 +1,8 @@
 { stdenv, buildPackages, hostPlatform, fetchFromGitHub, perl, buildLinux, ... } @ args:
 
 let
-  modDirVersion = "4.14.34";
-  tag = "1.20180417";
+  modDirVersion = "4.14.50";
+  tag = "1.20180619";
 in
 stdenv.lib.overrideDerivation (buildLinux (args // rec {
   version = "${modDirVersion}-${tag}";
@@ -12,7 +12,7 @@ stdenv.lib.overrideDerivation (buildLinux (args // rec {
     owner = "raspberrypi";
     repo = "linux";
     rev = "raspberrypi-kernel_${tag}-1";
-    sha256 = "1xgisvmcq50lpnd4rpqhaw52399n0rx2n8mp6k0bf8qm1g3vnza2";
+    sha256 = "0yccz8j3vrzv6h23b7yn7dx84kkzq3dmicm3shhz18nkpyyq71ch";
   };
 
   defconfig = {