summary refs log tree commit diff
path: root/pkgs/os-specific/linux
diff options
context:
space:
mode:
authorEdmund Wu <fangkazuto@gmail.com>2019-10-01 08:41:40 -0400
committerEdmund Wu <fangkazuto@gmail.com>2019-10-01 08:43:15 -0400
commit436d94feeafeb32ca7f763da8f47e4cd87846454 (patch)
treef69a6a0aa1f7356ae860453ed8cca5a2db12f1f7 /pkgs/os-specific/linux
parent4b7cac98a106d38df62d4315892976f4723e5b0b (diff)
downloadnixpkgs-436d94feeafeb32ca7f763da8f47e4cd87846454.tar
nixpkgs-436d94feeafeb32ca7f763da8f47e4cd87846454.tar.gz
nixpkgs-436d94feeafeb32ca7f763da8f47e4cd87846454.tar.bz2
nixpkgs-436d94feeafeb32ca7f763da8f47e4cd87846454.tar.lz
nixpkgs-436d94feeafeb32ca7f763da8f47e4cd87846454.tar.xz
nixpkgs-436d94feeafeb32ca7f763da8f47e4cd87846454.tar.zst
nixpkgs-436d94feeafeb32ca7f763da8f47e4cd87846454.zip
linux_rpi: 1.20190906 -> 1.20190925
Diffstat (limited to 'pkgs/os-specific/linux')
-rw-r--r--pkgs/os-specific/linux/kernel/linux-rpi.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/os-specific/linux/kernel/linux-rpi.nix b/pkgs/os-specific/linux/kernel/linux-rpi.nix
index b383abdef1d..45cc0385967 100644
--- a/pkgs/os-specific/linux/kernel/linux-rpi.nix
+++ b/pkgs/os-specific/linux/kernel/linux-rpi.nix
@@ -1,8 +1,8 @@
 { stdenv, lib, buildPackages, fetchFromGitHub, perl, buildLinux, rpiVersion, ... } @ args:
 
 let
-  modDirVersion = "4.19.71";
-  tag = "1.20190906";
+  modDirVersion = "4.19.75";
+  tag = "1.20190925";
 in
 lib.overrideDerivation (buildLinux (args // {
   version = "${modDirVersion}-${tag}";
@@ -11,8 +11,8 @@ lib.overrideDerivation (buildLinux (args // {
   src = fetchFromGitHub {
     owner = "raspberrypi";
     repo = "linux";
-    rev = "9532eb3c84d8d952ef28da3d135683ac01adc9b8";
-    sha256 = "0168wz8kkdzbyha41iqlgn1z1kcy4smg89rgxkgadzq78y7fglpl";
+    rev = "raspberrypi-kernel_${tag}-1";
+    sha256 = "0l91kb4jjxg4fcp7d2aqm1fj34ns137rys93k907mdgnarcliafs";
   };
 
   defconfig = {