Linux 3.12.4
Signed-off-by: Shea Levy <shea@shealevy.com>
This commit is contained in:
parent
088f472fe5
commit
9131b45db4
@ -1,11 +1,11 @@
|
||||
{ stdenv, fetchurl, ... } @ args:
|
||||
|
||||
import ./generic.nix (args // rec {
|
||||
version = "3.12.3";
|
||||
version = "3.12.4";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://kernel/linux/kernel/v3.x/linux-${version}.tar.xz";
|
||||
sha256 = "b649c759646a630893c98855fb7e9e87e954105e3acac7b81ca85b1161572713";
|
||||
sha256 = "c56317810e5716dd2be7ad947a6bd174460f7cf9afb33b700a052aa91f73f9bb";
|
||||
};
|
||||
|
||||
features.iwlwifi = true;
|
||||
|
Loading…
Reference in New Issue
Block a user