Merge pull request #5087 from titanous/update-kernels

kernel: 3.17.3 -> 3.17.4
This commit is contained in:
William A. Kennington III 2014-11-22 16:18:58 -08:00
commit e6cd0091b6
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.17.3"; version = "3.17.4";
# Remember to update grsecurity! # Remember to update grsecurity!
extraMeta.branch = "3.17"; extraMeta.branch = "3.17";
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 = "1hkjq74ap4ll6s2fmmrbmqybfz6sqwciyrq75m1xcjnvjaim9zzi"; sha256 = "0ayh9y58iv38h76jl2r77856af2cazzkwcdhjqmccibajjf42maa";
}; };
features.iwlwifi = true; features.iwlwifi = true;

View File

@ -67,10 +67,10 @@ rec {
}; };
grsecurity_unstable = grsecPatch grsecurity_unstable = grsecPatch
{ kversion = "3.17.3"; { kversion = "3.17.4";
revision = "201411150027"; revision = "201411220955";
branch = "test"; branch = "test";
sha256 = "19kfnpgx3gxcmy474vyx5hxni9axlrh9ll6q3wxx2qxmr0f2gb93"; sha256 = "1iw5ivm97dkpigxn04qmacd43f2l0ihixq1j9f8c32hxjbqvsps2";
}; };
grsec_fix_path = grsec_fix_path =