Skip to content

Commit

Permalink
linux: 4.12-rc6 -> 4.12-rc7
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Jun 26, 2017
1 parent ff04c36 commit c90a4b8
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.12-rc6";
modDirVersion = "4.12.0-rc6";
version = "4.12-rc7";
modDirVersion = "4.12.0-rc7";
extraMeta.branch = "4.12";

src = fetchurl {
url = "https://git.kernel.org/torvalds/t/linux-${version}.tar.gz";
sha256 = "0yqs65kmrksphca8f959g9ca9kpdwbp3ad5v594wvwsdk0q4sqgc";
sha256 = "1svfswv0b4gagv1yiavwb22p726h0w81lgxjqq0h9m3gf4xlqp3x";
};

features.iwlwifi = true;
Expand Down

0 comments on commit c90a4b8

Please sign in to comment.