forked from mirrors/nixpkgs
kernel: 3.14.45 -> 3.14.46
This commit is contained in:
parent
43eda80b09
commit
d64b3c8a5c
|
@ -1,13 +1,13 @@
|
||||||
{ stdenv, fetchurl, ... } @ args:
|
{ stdenv, fetchurl, ... } @ args:
|
||||||
|
|
||||||
import ./generic.nix (args // rec {
|
import ./generic.nix (args // rec {
|
||||||
version = "3.14.45";
|
version = "3.14.46";
|
||||||
# Remember to update grsecurity!
|
# Remember to update grsecurity!
|
||||||
extraMeta.branch = "3.14";
|
extraMeta.branch = "3.14";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://kernel/linux/kernel/v3.x/linux-${version}.tar.xz";
|
url = "mirror://kernel/linux/kernel/v3.x/linux-${version}.tar.xz";
|
||||||
sha256 = "0jfbwl0daba41cwkn67rk7an9g6cbljxq8wlwnr321mfnd3mnx4c";
|
sha256 = "1ran8fi1ldc89x3gpxwkkfl64mln4sl0rq5bbl8imlca5nljmzkb";
|
||||||
};
|
};
|
||||||
|
|
||||||
features.iwlwifi = true;
|
features.iwlwifi = true;
|
||||||
|
|
|
@ -65,10 +65,10 @@ rec {
|
||||||
};
|
};
|
||||||
|
|
||||||
grsecurity_stable = grsecPatch
|
grsecurity_stable = grsecPatch
|
||||||
{ kversion = "3.14.45";
|
{ kversion = "3.14.46";
|
||||||
revision = "201506232103";
|
revision = "201506300711";
|
||||||
branch = "stable";
|
branch = "stable";
|
||||||
sha256 = "1f4fm7r6pbspdw9l1d1mrjj1jpyh0l2vlq1lnqs54v3xzwr933py";
|
sha256 = "0xjqh7yc4vzgbnql16aylla9b0cjh442sywp8bvkh0ny5m3rj64l";
|
||||||
};
|
};
|
||||||
|
|
||||||
grsecurity_unstable = grsecPatch
|
grsecurity_unstable = grsecPatch
|
||||||
|
|
Loading…
Reference in a new issue