about summary refs log tree commit diff
path: root/pkgs/os-specific/linux/kernel/linux-4.9.nix
diff options
context:
space:
mode:
authorEdmund Wu <fangkazuto@gmail.com>2018-08-18 08:27:29 -0400
committerTim Steinbach <NeQuissimus@users.noreply.github.com>2018-08-18 10:10:17 -0400
commit10777c361e12c82069be3bdb4347886e6afee1c4 (patch)
treebbb24e1ecdde645cc95f5d9dff9971383d2fb673 /pkgs/os-specific/linux/kernel/linux-4.9.nix
parentbd9a4006fe06d8cf9b5745aed669b19927deae3a (diff)
downloadnixlib-10777c361e12c82069be3bdb4347886e6afee1c4.tar
nixlib-10777c361e12c82069be3bdb4347886e6afee1c4.tar.gz
nixlib-10777c361e12c82069be3bdb4347886e6afee1c4.tar.bz2
nixlib-10777c361e12c82069be3bdb4347886e6afee1c4.tar.lz
nixlib-10777c361e12c82069be3bdb4347886e6afee1c4.tar.xz
nixlib-10777c361e12c82069be3bdb4347886e6afee1c4.tar.zst
nixlib-10777c361e12c82069be3bdb4347886e6afee1c4.zip
linux: 4.9.121 -> 4.9.122
Diffstat (limited to 'pkgs/os-specific/linux/kernel/linux-4.9.nix')
-rw-r--r--pkgs/os-specific/linux/kernel/linux-4.9.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/kernel/linux-4.9.nix b/pkgs/os-specific/linux/kernel/linux-4.9.nix
index 43d9fe458850..a8e059e99509 100644
--- a/pkgs/os-specific/linux/kernel/linux-4.9.nix
+++ b/pkgs/os-specific/linux/kernel/linux-4.9.nix
@@ -1,11 +1,11 @@
 { stdenv, buildPackages, hostPlatform, fetchurl, perl, buildLinux, ... } @ args:
 
 buildLinux (args // rec {
-  version = "4.9.121";
+  version = "4.9.122";
   extraMeta.branch = "4.9";
 
   src = fetchurl {
     url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
-    sha256 = "0q8naw5jqpwa2ylwkbw88yz6zcnkr5jma91rr2xnll02mg8ri35s";
+    sha256 = "0v7qdkdlgpv83v4lzm59jgaxy1l7dzkqjr3fcahqrnrcdf3r0vx4";
   };
 } // (args.argsOverride or {}))