kernel: 3.14.29 -> 3.14.31

This commit is contained in:
William A. Kennington III 2015-01-29 22:27:41 -08:00
parent 8a2f7375d6
commit bbd6384f62
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.29";
version = "3.14.31";
# Remember to update grsecurity!
extraMeta.branch = "3.14";
src = fetchurl {
url = "mirror://kernel/linux/kernel/v3.x/linux-${version}.tar.xz";
sha256 = "0hklzp0bv7f1pbhwgi84k2iqv9lb2aai1jgxzdrzilp6sz9z8f5v";
sha256 = "1j271f1mz40kh7hw44az549dr2413vyg22nwsz61garyvrxndpd6";
};
features.iwlwifi = true;

View File

@ -65,10 +65,10 @@ rec {
};
grsecurity_stable = grsecPatch
{ kversion = "3.14.29";
revision = "201501211943";
{ kversion = "3.14.31";
revision = "201501310705";
branch = "stable";
sha256 = "0kg33pzvs3dls0g6z9qxhmahiwy0asjpsp6hfcivhsri3kznwi6d";
sha256 = "19zm0ynjnk01qcp157v60s313fxm45dx9cc30rnpfig03r5p0la8";
};
grsecurity_unstable = grsecPatch