summary refs log tree commit diff
path: root/pkgs/os-specific/linux/kernel
diff options
context:
space:
mode:
authorTim Steinbach <tim@nequissimus.com>2017-04-27 22:10:06 -0400
committerTim Steinbach <tim@nequissimus.com>2017-04-27 22:10:06 -0400
commit08c44a5cac9280fc67b470d8680a0a08de88a382 (patch)
tree7f6108901784d1f498bf5a769e2d231ecd129032 /pkgs/os-specific/linux/kernel
parent903fec99227a8b40de1370fbcfe96937f380d013 (diff)
downloadnixpkgs-08c44a5cac9280fc67b470d8680a0a08de88a382.tar
nixpkgs-08c44a5cac9280fc67b470d8680a0a08de88a382.tar.gz
nixpkgs-08c44a5cac9280fc67b470d8680a0a08de88a382.tar.bz2
nixpkgs-08c44a5cac9280fc67b470d8680a0a08de88a382.tar.lz
nixpkgs-08c44a5cac9280fc67b470d8680a0a08de88a382.tar.xz
nixpkgs-08c44a5cac9280fc67b470d8680a0a08de88a382.tar.zst
nixpkgs-08c44a5cac9280fc67b470d8680a0a08de88a382.zip
linux: 4.10.12 -> 4.10.13
Diffstat (limited to 'pkgs/os-specific/linux/kernel')
-rw-r--r--pkgs/os-specific/linux/kernel/linux-4.10.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/kernel/linux-4.10.nix b/pkgs/os-specific/linux/kernel/linux-4.10.nix
index cf68997c2fb..e258b3bf978 100644
--- a/pkgs/os-specific/linux/kernel/linux-4.10.nix
+++ b/pkgs/os-specific/linux/kernel/linux-4.10.nix
@@ -1,12 +1,12 @@
 { stdenv, fetchurl, perl, buildLinux, ... } @ args:
 
 import ./generic.nix (args // rec {
-  version = "4.10.12";
+  version = "4.10.13";
   extraMeta.branch = "4.10";
 
   src = fetchurl {
     url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
-    sha256 = "1i1vzv9y9pdkpyir04pnlsacnlahp15bqqgrl68hn3ni20macx7q";
+    sha256 = "1vylg3zv0n0hx9y5ngshz65hkpfm2686mvdcarhdg2mnxqd2kc6s";
   };
 
   kernelPatches = args.kernelPatches;