3
0
Fork 0
forked from mirrors/nixpkgs

linux: 4.12-rc5 -> 4.12-rc6

This commit is contained in:
Tim Steinbach 2017-06-19 21:21:15 -04:00
parent 534a8efe17
commit 2764961b87
No known key found for this signature in database
GPG key ID: 472BFCCA96BD0EDA

View file

@ -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;