kernel: stable/longterm updates
- longterm: 3.4.83 -> 3.4.85 - longterm: 3.10.33 -> 3.10.35 - longterm: 3.12.14 -> 3.12.15 - stable: 3.13.7 -> 3.13.8 NOTE: This will break the testing grsec kernel at the moment (there's not a 3.13.8 patch yet), but it's destined to be upgraded to 3.14 soon anyway. Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
committed by
Vladimír Čunát
parent
866c3a329d
commit
19bc051ca1
@@ -1,12 +1,12 @@
|
||||
{ stdenv, fetchurl, ... } @ args:
|
||||
|
||||
import ./generic.nix (args // rec {
|
||||
version = "3.13.7";
|
||||
version = "3.13.8";
|
||||
extraMeta.branch = "3.13";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://kernel/linux/kernel/v3.x/linux-${version}.tar.xz";
|
||||
sha256 = "0llyc343hzk8a2vhv63xja269jfqaavz613x98y71qfi05ald524";
|
||||
sha256 = "0z6lfsf1ldv7id3fm6l5jdn7c6076605wj7mfi90pgf079kbbqwj";
|
||||
};
|
||||
|
||||
features.iwlwifi = true;
|
||||
|
||||
Reference in New Issue
Block a user