Skip to content

Commit 2ee6c0c

Browse files
committed
linux: Update to 3.12.20
1 parent d4dadce commit 2ee6c0c

File tree

2 files changed

+2
-26
lines changed

2 files changed

+2
-26
lines changed

pkgs/os-specific/linux/kernel/cve-2014-0196.patch

Lines changed: 0 additions & 22 deletions
This file was deleted.

pkgs/os-specific/linux/kernel/linux-3.12.nix

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
{ stdenv, fetchurl, ... } @ args:
22

33
import ./generic.nix (args // rec {
4-
version = "3.12.19";
4+
version = "3.12.20";
55
extraMeta.branch = "3.12";
66

77
src = fetchurl {
88
url = "mirror://kernel/linux/kernel/v3.x/linux-${version}.tar.xz";
9-
sha256 = "1f59lyyyc4anaj50dzb9448gz6n9fdrcy2mvd7f193pp6018gdp6";
9+
sha256 = "15pjvlqbbyif8s8mcpb7wf20fvbczhfp65mn6fd609j1p79nvqb9";
1010
};
1111

12-
kernelPatches = args.kernelPatches ++ [ { name = "cve-2014-0196"; patch = ./cve-2014-0196.patch; } ];
13-
1412
features.iwlwifi = true;
1513
features.efiBootStub = true;
1614
features.needsCifsUtils = true;

0 commit comments

Comments
 (0)