summary refs log tree commit diff
path: root/pkgs/os-specific/linux/kernel/linux-4.9.nix
diff options
context:
space:
mode:
authorTim Steinbach <tim@nequissimus.com>2020-08-03 16:10:49 -0400
committerTim Steinbach <tim@nequissimus.com>2020-08-03 16:35:15 -0400
commitcb73bea24c58e23d45e69976e24f0c48f2111294 (patch)
treef1688f929cfd309d0fe30fe8b3e4fec61652d123 /pkgs/os-specific/linux/kernel/linux-4.9.nix
parentfd603b5afc6a95507b2996dfe1fb87d60635ddef (diff)
downloadnixpkgs-cb73bea24c58e23d45e69976e24f0c48f2111294.tar
nixpkgs-cb73bea24c58e23d45e69976e24f0c48f2111294.tar.gz
nixpkgs-cb73bea24c58e23d45e69976e24f0c48f2111294.tar.bz2
nixpkgs-cb73bea24c58e23d45e69976e24f0c48f2111294.tar.lz
nixpkgs-cb73bea24c58e23d45e69976e24f0c48f2111294.tar.xz
nixpkgs-cb73bea24c58e23d45e69976e24f0c48f2111294.tar.zst
nixpkgs-cb73bea24c58e23d45e69976e24f0c48f2111294.zip
linux: 4.9.231 -> 4.9.232
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 41347d33ee5..38353cc3323 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, fetchurl, perl, buildLinux, ... } @ args:
 
 buildLinux (args // rec {
-  version = "4.9.231";
+  version = "4.9.232";
   extraMeta.branch = "4.9";
 
   src = fetchurl {
     url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
-    sha256 = "1sz8xk767yy4lxqvy4229yrgkwnm43hdrbr54aa1flns5yh3p12g";
+    sha256 = "0q2gpkazfw93r79aq21kv1y3hwxawl0swyvd3nd73p254gl75x2q";
   };
 } // (args.argsOverride or {}))