linux: 4.12-rc2 -> 4.12-rc3

This commit is contained in:
Tim Steinbach 2017-05-29 09:32:42 -04:00
parent a1b532860b
commit a78af5196c
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-rc2";
modDirVersion = "4.12.0-rc2";
version = "4.12-rc3";
modDirVersion = "4.12.0-rc3";
extraMeta.branch = "4.12";
src = fetchurl {
url = "https://git.kernel.org/torvalds/t/linux-${version}.tar.gz";
sha256 = "18p68ig9irblbxbg68jz766158bxr81824q91mnf372i5z9irj9w";
sha256 = "0jwhsmw4igf5iwf4qndqbjzayag2wj2riypzl0v3yrh5zkhfl4dm";
};
features.iwlwifi = true;