3
0
Fork 0
forked from mirrors/nixpkgs

kernel: 3.14.25 -> 3.14.26

This commit is contained in:
William A. Kennington III 2014-12-08 23:21:12 -08:00
parent c8abfe37ab
commit 042f266e10
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.25"; version = "3.14.26";
# 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 = "07zwiywmijg5z8iy628w9f8rhi8j4hjd3raczq9pm7dqryayyaj2"; sha256 = "16sjrpgyl1h812czx1sj06b3krbkb7cxpjmd7snmdd1cc5b8h25q";
}; };
features.iwlwifi = true; features.iwlwifi = true;

View file

@ -60,10 +60,10 @@ rec {
}; };
grsecurity_stable = grsecPatch grsecurity_stable = grsecPatch
{ kversion = "3.14.25"; { kversion = "3.14.26";
revision = "201412040016"; revision = "201412071005";
branch = "stable"; branch = "stable";
sha256 = "0mifqb67v9y8qdsq6kr08gmd05c57575cv2xz1k0djgmjb3hvnpp"; sha256 = "1dy98l1kqc20735385pahwksjqmsk4j5vd6d39l61y6rwc9iqfan";
}; };
grsecurity_unstable = grsecPatch grsecurity_unstable = grsecPatch