kernel: 3.14.47 -> 3.14.48

This commit is contained in:
William A. Kennington III 2015-07-11 20:10:53 -07:00
parent 3284b216a4
commit 0245b28796
2 changed files with 5 additions and 5 deletions

View File

@ -1,13 +1,13 @@
{ stdenv, fetchurl, ... } @ args:
import ./generic.nix (args // rec {
version = "3.14.47";
version = "3.14.48";
# Remember to update grsecurity!
extraMeta.branch = "3.14";
src = fetchurl {
url = "mirror://kernel/linux/kernel/v3.x/linux-${version}.tar.xz";
sha256 = "1hh24p0axh0kn49b0rqfmb1h74a0ry1pgy0ps1hgxs5x3lxby783";
sha256 = "098a7kjfw4jf0f7h6z57f2719jfz3y3jjlcd8y6d95xvhy7xxyw9";
};
features.iwlwifi = true;

View File

@ -65,10 +65,10 @@ rec {
};
grsecurity_stable = grsecPatch
{ kversion = "3.14.47";
revision = "201507050832";
{ kversion = "3.14.48";
revision = "201507111210";
branch = "stable";
sha256 = "0sv7aa7ca2n5jiz4j5vvji1x2p7cb1ah71h1iqmk0981dqs0isp8";
sha256 = "0phmqlkx6vqlv79ppf6g4wsx7rwsvwpakpkm9xsq8qazffk7s9qk";
};
grsecurity_unstable = grsecPatch