forked from mirrors/nixpkgs
kernel: 3.14.36 -> 3.14.37
This commit is contained in:
parent
ca12b0b304
commit
304b3c077c
|
@ -1,13 +1,13 @@
|
|||
{ stdenv, fetchurl, ... } @ args:
|
||||
|
||||
import ./generic.nix (args // rec {
|
||||
version = "3.14.36";
|
||||
version = "3.14.37";
|
||||
# Remember to update grsecurity!
|
||||
extraMeta.branch = "3.14";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://kernel/linux/kernel/v3.x/linux-${version}.tar.xz";
|
||||
sha256 = "03pl303z3vvldc3hamlrq77mcy66nsqdfk7yi43nzyrnmrby3l0r";
|
||||
sha256 = "1pq4i97vys38rl8ylx4s08qgh9yz3cl840j1f70yzakmc2017byc";
|
||||
};
|
||||
|
||||
features.iwlwifi = true;
|
||||
|
|
|
@ -65,10 +65,10 @@ rec {
|
|||
};
|
||||
|
||||
grsecurity_stable = grsecPatch
|
||||
{ kversion = "3.14.36";
|
||||
revision = "201503182218";
|
||||
{ kversion = "3.14.37";
|
||||
revision = "201503270048";
|
||||
branch = "stable";
|
||||
sha256 = "14njc3xih3v38fnh7wrx7xdapqi67032qa6gp2qzhp41f5q7i4i8";
|
||||
sha256 = "1ryxh89m392mwqlwqiy3jszyhq9cxmvkv320di7hi50aqx8k2lqf";
|
||||
};
|
||||
|
||||
grsecurity_unstable = grsecPatch
|
||||
|
|
Loading…
Reference in a new issue