summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorJoachim Fasting <joachifm@fastmail.fm>2016-10-01 08:46:31 +0200
committerJoachim Fasting <joachifm@fastmail.fm>2016-10-01 08:46:31 +0200
commit22108b7a10cd06a96baa2486d52ccdae3e66cc9e (patch)
treeb940ed703e4296f69d4855123983cc34c025bb2b /pkgs
parent1bd4c08606475f2ed2ee76dbee7bc996e87e6804 (diff)
linux_4_7: 4.7.5 -> 4.7.6
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/os-specific/linux/kernel/linux-4.7.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/kernel/linux-4.7.nix b/pkgs/os-specific/linux/kernel/linux-4.7.nix
index 85be8019dfca0..f08d594a39575 100644
--- a/pkgs/os-specific/linux/kernel/linux-4.7.nix
+++ b/pkgs/os-specific/linux/kernel/linux-4.7.nix
@@ -1,12 +1,12 @@
 { stdenv, fetchurl, perl, buildLinux, ... } @ args:
 
 import ./generic.nix (args // rec {
-  version = "4.7.5";
+  version = "4.7.6";
   extraMeta.branch = "4.7";
 
   src = fetchurl {
     url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
-    sha256 = "14nh37v2ankal763zrwd3yrdpbg2ni1yr33kdqjiqrja4vqazc4p";
+    sha256 = "1lidsc85xc025a46pyjimcr1xcwv7mh59jihmnqihfnwqch6albv";
   };
 
   kernelPatches = args.kernelPatches;