Skip to content

Commit

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

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

features.iwlwifi = true;
Expand Down

0 comments on commit 2764961

Please sign in to comment.