Skip to content

Commit

Permalink
linux: 4.9-rc7 -> 4.9-rc8
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Dec 6, 2016
1 parent 67e1c1b commit c9d1d43
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/os-specific/linux/kernel/linux-testing.nix
@@ -1,13 +1,13 @@
{ stdenv, fetchurl, perl, buildLinux, ... } @ args:

import ./generic.nix (args // rec {
version = "4.9-rc7";
modDirVersion = "4.9.0-rc7";
version = "4.9-rc8";
modDirVersion = "4.9.0-rc8";
extraMeta.branch = "4.9";

src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/testing/linux-${version}.tar.xz";
sha256 = "0da5bf5cizvbn68d8pb5kyli3zkgsc8g61kn1b4d8gwvfxrb75hx";
sha256 = "1xyham8by966mavk5wxy6va5cq2lf2d1jiqps70kcc4064v365r7";
};

features.iwlwifi = true;
Expand Down

0 comments on commit c9d1d43

Please sign in to comment.