kernel: 3.14.33 -> 3.14.34

This commit is contained in:
William A. Kennington III 2015-02-27 14:01:27 -08:00
parent f97b6e891c
commit 103f9820f6
2 changed files with 5 additions and 5 deletions

View file

@ -1,13 +1,13 @@
{ stdenv, fetchurl, ... } @ args: { stdenv, fetchurl, ... } @ args:
import ./generic.nix (args // rec { import ./generic.nix (args // rec {
version = "3.14.33"; version = "3.14.34";
# 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 = "07wqh93z5hix5aga2ns8fnkz350i2sx2l7gzr7n6136gbcb5lxb6"; sha256 = "18hdmshrmvp99zq8f8mclaq5f4517inwa8j4ysskpjaxarjjl7h4";
}; };
features.iwlwifi = true; features.iwlwifi = true;

View file

@ -65,10 +65,10 @@ rec {
}; };
grsecurity_stable = grsecPatch grsecurity_stable = grsecPatch
{ kversion = "3.14.33"; { kversion = "3.14.34";
revision = "201502222137"; revision = "201502271838";
branch = "stable"; branch = "stable";
sha256 = "1mzw5g4m5yxs0qzrx2am5s19zggn4n9pws8vsqq82dhawmwcbbq2"; sha256 = "01wi0gidshipjd7f1z5m616saywwq3ghh42ncczi0bbpcmy52x7k";
}; };
grsecurity_unstable = grsecPatch grsecurity_unstable = grsecPatch