summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2016-08-29 20:42:49 +0200
committeraszlig <aszlig@redmoonstudios.org>2016-08-29 20:52:19 +0200
commit74ec94bfa2e57e2c0beeee0e469de58391d04a7b (patch)
treea1eddb0356cd480417c4775daaca8a408b67ee9b /pkgs
parent42e1ec215ea000df75db2e87273a3e8fc6167be0 (diff)
downloadnixpkgs-74ec94bfa2e57e2c0beeee0e469de58391d04a7b.tar
nixpkgs-74ec94bfa2e57e2c0beeee0e469de58391d04a7b.tar.gz
nixpkgs-74ec94bfa2e57e2c0beeee0e469de58391d04a7b.tar.bz2
nixpkgs-74ec94bfa2e57e2c0beeee0e469de58391d04a7b.tar.lz
nixpkgs-74ec94bfa2e57e2c0beeee0e469de58391d04a7b.tar.xz
nixpkgs-74ec94bfa2e57e2c0beeee0e469de58391d04a7b.tar.zst
nixpkgs-74ec94bfa2e57e2c0beeee0e469de58391d04a7b.zip
linux/kernel/testing: 4.8-rc3 -> 4.8-rc4
Tested by only building the linux_testing attribute, but haven't yet
tested it in production.

I've also fixed the extraMeta.branch attribute.

Verified-with-PGP: ABAF 11C6 5A29 70B1 30AB E3C4 79BE 3E43 0041 1886
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/os-specific/linux/kernel/linux-testing.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/os-specific/linux/kernel/linux-testing.nix b/pkgs/os-specific/linux/kernel/linux-testing.nix
index da2296bb22a..7b4284028ed 100644
--- a/pkgs/os-specific/linux/kernel/linux-testing.nix
+++ b/pkgs/os-specific/linux/kernel/linux-testing.nix
@@ -1,13 +1,13 @@
 { stdenv, fetchurl, perl, buildLinux, ... } @ args:
 
 import ./generic.nix (args // rec {
-  version = "4.8-rc3";
-  modDirVersion = "4.8.0-rc3";
-  extraMeta.branch = "4.7";
+  version = "4.8-rc4";
+  modDirVersion = "4.8.0-rc4";
+  extraMeta.branch = "4.8";
 
   src = fetchurl {
     url = "mirror://kernel/linux/kernel/v4.x/testing/linux-${version}.tar.xz";
-    sha256 = "08ir3w034qkalyi8mc6czgk9mcglm7wfazr2md94a8x98j69v38r";
+    sha256 = "0is4pzmci1i59fxw9b645c8710zjnx19dfl20m4k06kxdbbs01wg";
   };
 
   features.iwlwifi = true;