summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorTim Steinbach <tim@nequissimus.com>2017-10-18 08:38:39 -0400
committerTim Steinbach <tim@nequissimus.com>2017-10-18 08:38:39 -0400
commit67343e2f30f6ca5ae9d93619f9c625a0d09ea3f9 (patch)
tree509702e768dd1bcf34ebdb74c4eb2103e880bc5c /pkgs
parent1b0e69966b2ce659989702fe3bbfcafa52e3b505 (diff)
downloadnixlib-67343e2f30f6ca5ae9d93619f9c625a0d09ea3f9.tar
nixlib-67343e2f30f6ca5ae9d93619f9c625a0d09ea3f9.tar.gz
nixlib-67343e2f30f6ca5ae9d93619f9c625a0d09ea3f9.tar.bz2
nixlib-67343e2f30f6ca5ae9d93619f9c625a0d09ea3f9.tar.lz
nixlib-67343e2f30f6ca5ae9d93619f9c625a0d09ea3f9.tar.xz
nixlib-67343e2f30f6ca5ae9d93619f9c625a0d09ea3f9.tar.zst
nixlib-67343e2f30f6ca5ae9d93619f9c625a0d09ea3f9.zip
linux: 4.13.7 -> 4.13.8
Diffstat (limited to 'pkgs')
-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 d54586c5f4f5..ee1aa79f5404 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.7";
+  version = "4.13.8";
   extraMeta.branch = "4.13";
 
   src = fetchurl {
     url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
-    sha256 = "16vjjl3qw0a8ci6xbnywhb8bpr3ccbs0i6xa54lc094cd5gvx4v3";
+    sha256 = "09zl4gpw9j4xn6p78s6ba6qjjxpsy8whhvn19wnjhr9w4al8rrk4";
   };
 } // (args.argsOverride or {}))