kernel: 3.14.39 -> 3.14.40

This commit is contained in:
William A. Kennington III 2015-04-29 14:31:39 -07:00
parent dfd7b26e3a
commit 084d1143e6
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.39"; version = "3.14.40";
# 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 = "0zgfiqlvmprbn55k9ijf6db027mxlcww76y47g4g7vcj5qrpq6rd"; sha256 = "1w5j53ny5vahp1ipj16x0ahjb5yj6q859jsdshblymvwrbkcr29a";
}; };
features.iwlwifi = true; features.iwlwifi = true;

View File

@ -65,10 +65,10 @@ rec {
}; };
grsecurity_stable = grsecPatch grsecurity_stable = grsecPatch
{ kversion = "3.14.39"; { kversion = "3.14.40";
revision = "201504190814"; revision = "201504290821";
branch = "stable"; branch = "stable";
sha256 = "0pjq0ggifh6hp5y62dl0ydskpmsmzj1cxxjaaqs6fpwn5ndsdji7"; sha256 = "0382ydr1dshjmwggx5a6ywrdr7qv52w178ify60qw59lrphbdkls";
}; };
grsecurity_unstable = grsecPatch grsecurity_unstable = grsecPatch