kernel: 3.14.49 -> 3.14.50

This commit is contained in:
William A. Kennington III 2015-08-10 23:31:15 -07:00
parent 2cec29f646
commit 52e55d85cb
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.49";
version = "3.14.50";
# Remember to update grsecurity!
extraMeta.branch = "3.14";
src = fetchurl {
url = "mirror://kernel/linux/kernel/v3.x/linux-${version}.tar.xz";
sha256 = "1x9p6z195c0nv7hsjcwzmr89yag35v3pyrs0081k2d8dykbl70zs";
sha256 = "1bc0g8a707sfqhi9yifaijxzmfrqgry7l1j9473376q0f8pkwjvy";
};
features.iwlwifi = true;

View File

@ -65,10 +65,10 @@ rec {
};
grsecurity_stable = grsecPatch
{ kversion = "3.14.49";
revision = "201508032312";
{ kversion = "3.14.50";
revision = "201508102128";
branch = "stable";
sha256 = "09x0rb4pgmghcp6sdz57lwhawlb3bzrc3rg372xknhv6993ainjc";
sha256 = "0inp0ab8pcjfj1wnrkyiwb6cxjp2ymqcjv7lq30a4ij6qcvmfb5s";
};
grsecurity_unstable = grsecPatch