kernel: 3.14.35 -> 3.14.36

This commit is contained in:
William A. Kennington III 2015-03-20 14:16:03 -07:00
parent a7c32c8ea5
commit 36ada70250
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.35";
version = "3.14.36";
# Remember to update grsecurity!
extraMeta.branch = "3.14";
src = fetchurl {
url = "mirror://kernel/linux/kernel/v3.x/linux-${version}.tar.xz";
sha256 = "1d15m28iyv8g5g7gpipzswi9g2qyndrjxvgsx6adp2268cxd5my8";
sha256 = "03pl303z3vvldc3hamlrq77mcy66nsqdfk7yi43nzyrnmrby3l0r";
};
features.iwlwifi = true;

View File

@ -65,10 +65,10 @@ rec {
};
grsecurity_stable = grsecPatch
{ kversion = "3.14.35";
revision = "201503092203";
{ kversion = "3.14.36";
revision = "201503182218";
branch = "stable";
sha256 = "0l8m0ixh0qcgwy8vcmfl8pal93wc03ahc3ci3sca79nx33a050v9";
sha256 = "14njc3xih3v38fnh7wrx7xdapqi67032qa6gp2qzhp41f5q7i4i8";
};
grsecurity_unstable = grsecPatch