kernel: 3.14.23 -> 3.14.24

This commit is contained in:
William A. Kennington III 2014-11-14 22:54:17 -08:00
parent 0ef4ee5d06
commit f4a27311b7
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.24";
# Remember to update grsecurity!
version = "3.14.23";
extraMeta.branch = "3.14";
src = fetchurl {
url = "mirror://kernel/linux/kernel/v3.x/linux-${version}.tar.xz";
sha256 = "1zqh7fza318yv04qssw9lkcxpw590vrigbdrswcr885iwk561cb8";
sha256 = "0wix7w8sn222lsfgkbpzb44q4s7c5rb13z2h07m5111p57jyvalw";
};
features.iwlwifi = true;

View File

@ -60,10 +60,10 @@ rec {
};
grsecurity_stable = grsecPatch
{ kversion = "3.14.23";
revision = "201411091053";
{ kversion = "3.14.24";
revision = "201411150026";
branch = "stable";
sha256 = "0fs084zggxvqswjs296bnvlvplalg7r60zbccmgrr2j1xa7s4pfl";
sha256 = "1vrsidq4vsbb5s88k27l5n2mwgwwfz1qpwcvxwgncrkr4gaxzwrn";
};
grsecurity_unstable = grsecPatch