about summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorTim Steinbach <tim@nequissimus.com>2017-10-27 07:48:05 -0400
committerTim Steinbach <tim@nequissimus.com>2017-10-27 07:48:05 -0400
commit2c373d818d69e72ae7686a15deaafd7ef9b3bd98 (patch)
tree760a4b3df79e8a0175b3ef3cf71e8664c20f727b /pkgs/os-specific
parent85e79da31b30a2cca824e3dcbbeb886038ba8d03 (diff)
linux: 4.13.9 -> 4.13.10
Diffstat (limited to 'pkgs/os-specific')
-rw-r--r--pkgs/os-specific/linux/kernel/linux-4.13.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/kernel/linux-4.13.nix b/pkgs/os-specific/linux/kernel/linux-4.13.nix
index 77d137f945354..8d4df067c83e8 100644
--- a/pkgs/os-specific/linux/kernel/linux-4.13.nix
+++ b/pkgs/os-specific/linux/kernel/linux-4.13.nix
@@ -1,11 +1,11 @@
 { stdenv, hostPlatform, fetchurl, perl, buildLinux, ... } @ args:
 
 import ./generic.nix (args // rec {
-  version = "4.13.9";
+  version = "4.13.10";
   extraMeta.branch = "4.13";
 
   src = fetchurl {
     url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
-    sha256 = "13ra6psp6w3rf5vzmvhg88v2nh8zq20xl0r92728b8x9vgj1bp51";
+    sha256 = "0c33v0y4hyklhz7i00sjrj2cpn6zlwc7qjj7w2zzxmnr9yn90c6x";
   };
 } // (args.argsOverride or {}))