summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2018-01-05 16:28:08 +0100
committerEelco Dolstra <edolstra@gmail.com>2018-01-05 16:28:08 +0100
commit19eb5d6c273d0d31ff4e3e6954d8ff2fc6f3c686 (patch)
tree27e4214f9e3bb95c1aa72621f23ea12860211754 /pkgs/os-specific
parentd1204e65c4f4d0edfe6d395805e33abee3837439 (diff)
linux: 4.9.74 -> 4.9.75
Diffstat (limited to 'pkgs/os-specific')
-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 1c7cc7b2f15bc..3b8fe6d7619b5 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, hostPlatform, fetchurl, perl, buildLinux, ... } @ args:
 
 import ./generic.nix (args // rec {
-  version = "4.9.74";
+  version = "4.9.75";
   extraMeta.branch = "4.9";
 
   src = fetchurl {
     url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
-    sha256 = "1ivhzmsa8n5ns8igryzb9dyaakq2p51j23f6j9kpqyby7842i1y8";
+    sha256 = "1pyan45647wnliwhhp3dlmyvz7ibl1i56qplf3ilfh4dcsvk2v6y";
   };
 } // (args.argsOverride or {}))