Skip to content

Commit

Permalink
linux: 4.11-rc6 -> 4.11-rc7
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Apr 17, 2017
1 parent 2d1115b commit 5a7b029
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.11-rc6";
modDirVersion = "4.11.0-rc6";
version = "4.11-rc7";
modDirVersion = "4.11.0-rc7";
extraMeta.branch = "4.11";

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

features.iwlwifi = true;
Expand Down

0 comments on commit 5a7b029

Please sign in to comment.