summary refs log tree commit diff
path: root/pkgs/os-specific/linux/kernel/linux-rpi.nix
diff options
context:
space:
mode:
authorBen Wolsieffer <benwolsieffer@gmail.com>2018-10-07 20:31:33 -0400
committerBen Wolsieffer <benwolsieffer@gmail.com>2018-10-07 21:55:04 -0400
commitde25f785e5739b8be708842d11aac9b8396f8af9 (patch)
treeda7fd6a454bd312b2287e2fa65a63a2f7b56f106 /pkgs/os-specific/linux/kernel/linux-rpi.nix
parentfc3120ce90f2636e4c59c52ac9e9f3a4fcc47810 (diff)
downloadnixpkgs-de25f785e5739b8be708842d11aac9b8396f8af9.tar
nixpkgs-de25f785e5739b8be708842d11aac9b8396f8af9.tar.gz
nixpkgs-de25f785e5739b8be708842d11aac9b8396f8af9.tar.bz2
nixpkgs-de25f785e5739b8be708842d11aac9b8396f8af9.tar.lz
nixpkgs-de25f785e5739b8be708842d11aac9b8396f8af9.tar.xz
nixpkgs-de25f785e5739b8be708842d11aac9b8396f8af9.tar.zst
nixpkgs-de25f785e5739b8be708842d11aac9b8396f8af9.zip
linux_rpi: 1.20180817 -> 1.20180919
Diffstat (limited to 'pkgs/os-specific/linux/kernel/linux-rpi.nix')
-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 d95c2caa2cf..096b3ecde22 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, ... } @ args:
 
 let
-  modDirVersion = "4.14.62";
-  tag = "1.20180817";
+  modDirVersion = "4.14.70";
+  tag = "1.20180919";
 in
 lib.overrideDerivation (buildLinux (args // rec {
   version = "${modDirVersion}-${tag}";
@@ -12,7 +12,7 @@ lib.overrideDerivation (buildLinux (args // rec {
     owner = "raspberrypi";
     repo = "linux";
     rev = "raspberrypi-kernel_${tag}-1";
-    sha256 = "17k7c9hcp834qmlpllag8jc6xhym9wkr5lck1vr0y2wlcxccwnaz";
+    sha256 = "1zjvzk6rhrn3ngc012gjq3v7lxn8hy89ljb7fqwld5g7py9lkf0b";
   };
 
   defconfig = {