summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorFranz Pletz <fpletz@fnordicwalking.de>2017-01-10 07:34:22 +0100
committerFranz Pletz <fpletz@fnordicwalking.de>2017-01-10 07:45:19 +0100
commit3b1782318785835da442a570fc43aa8b5ebed599 (patch)
tree602284d1d5ba0c8c2c9a1987798be73df5dea4fa /pkgs/os-specific
parent4c43937af0e05e969ed5c8c63338432158c85058 (diff)
downloadnixpkgs-3b1782318785835da442a570fc43aa8b5ebed599.tar
nixpkgs-3b1782318785835da442a570fc43aa8b5ebed599.tar.gz
nixpkgs-3b1782318785835da442a570fc43aa8b5ebed599.tar.bz2
nixpkgs-3b1782318785835da442a570fc43aa8b5ebed599.tar.lz
nixpkgs-3b1782318785835da442a570fc43aa8b5ebed599.tar.xz
nixpkgs-3b1782318785835da442a570fc43aa8b5ebed599.tar.zst
nixpkgs-3b1782318785835da442a570fc43aa8b5ebed599.zip
linux: 4.8.16 -> 4.8.17
Diffstat (limited to 'pkgs/os-specific')
-rw-r--r--pkgs/os-specific/linux/kernel/linux-4.8.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/kernel/linux-4.8.nix b/pkgs/os-specific/linux/kernel/linux-4.8.nix
index 8a71a771c4f..a5ce23ee3e4 100644
--- a/pkgs/os-specific/linux/kernel/linux-4.8.nix
+++ b/pkgs/os-specific/linux/kernel/linux-4.8.nix
@@ -1,12 +1,12 @@
 { stdenv, fetchurl, perl, buildLinux, ... } @ args:
 
 import ./generic.nix (args // rec {
-  version = "4.8.16";
+  version = "4.8.17";
   extraMeta.branch = "4.8";
 
   src = fetchurl {
     url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
-    sha256 = "1aml6vhsfpvm8rsadraff7qj0ivgd9aw75k2q65drz4iby1pqb9h";
+    sha256 = "1zk0q6bvqgz2pk1axd5z0cx71vqk96314f1zn8apwa4raylf9fpa";
   };
 
   kernelPatches = args.kernelPatches;