Skip to content

Commit

Permalink
linux-testing: 4.1-rc7 -> 4.1-rc8
Browse files Browse the repository at this point in the history
  • Loading branch information
wkennington committed Jun 15, 2015
1 parent 2fd74f4 commit 046ba6b
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, ... } @ args:

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

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

features.iwlwifi = true;
Expand Down

0 comments on commit 046ba6b

Please sign in to comment.