mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
Merge pull request #19891 from NeQuissimus/kernel_4_9_rc2
kernel: 4.9-rc1 -> 4.9-rc2
(cherry picked from commit 2f3b62375f)
This commit is contained in:
committed by
Tim Steinbach
parent
06a9a09a02
commit
119159ba56
@@ -1,13 +1,13 @@
|
||||
{ stdenv, fetchurl, perl, buildLinux, ... } @ args:
|
||||
|
||||
import ./generic.nix (args // rec {
|
||||
version = "4.8-rc4";
|
||||
modDirVersion = "4.8.0-rc4";
|
||||
extraMeta.branch = "4.8";
|
||||
version = "4.9-rc2";
|
||||
modDirVersion = "4.9.0-rc2";
|
||||
extraMeta.branch = "4.9";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://kernel/linux/kernel/v4.x/testing/linux-${version}.tar.xz";
|
||||
sha256 = "0is4pzmci1i59fxw9b645c8710zjnx19dfl20m4k06kxdbbs01wg";
|
||||
sha256 = "1hf913mgyz5niy971c505s8yhqrdvq65psdrjz7cxmdxsb96pk94";
|
||||
};
|
||||
|
||||
features.iwlwifi = true;
|
||||
|
||||
Reference in New Issue
Block a user