1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

linux: 4.13-rc1 -> 4.13-rc2

This commit is contained in:
Tim Steinbach 2017-07-24 09:50:23 -04:00
parent 3b6215e565
commit 1dd6e7dcbc
No known key found for this signature in database
GPG key ID: 472BFCCA96BD0EDA

View file

@ -1,13 +1,13 @@
{ stdenv, hostPlatform, fetchurl, perl, buildLinux, ... } @ args: { stdenv, hostPlatform, fetchurl, perl, buildLinux, ... } @ args:
import ./generic.nix (args // rec { import ./generic.nix (args // rec {
version = "4.13-rc1"; version = "4.13-rc2";
modDirVersion = "4.13.0-rc1"; modDirVersion = "4.13.0-rc2";
extraMeta.branch = "4.13"; extraMeta.branch = "4.13";
src = fetchurl { src = fetchurl {
url = "https://git.kernel.org/torvalds/t/linux-${version}.tar.gz"; url = "https://git.kernel.org/torvalds/t/linux-${version}.tar.gz";
sha256 = "1pdbykp2336vk7ynrz0l95rwqags6kklbr08wjc7zpmdaad6yd6m"; sha256 = "1ni0z3v8zkqlmxn4czbw71yaipp6hbyh39vxdzpqy1dqn7zalmif";
}; };
features.iwlwifi = true; features.iwlwifi = true;