We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4dadce commit 2ee6c0cCopy full SHA for 2ee6c0c
pkgs/os-specific/linux/kernel/cve-2014-0196.patch
pkgs/os-specific/linux/kernel/linux-3.12.nix
@@ -1,16 +1,14 @@
1
{ stdenv, fetchurl, ... } @ args:
2
3
import ./generic.nix (args // rec {
4
- version = "3.12.19";
+ version = "3.12.20";
5
extraMeta.branch = "3.12";
6
7
src = fetchurl {
8
url = "mirror://kernel/linux/kernel/v3.x/linux-${version}.tar.xz";
9
- sha256 = "1f59lyyyc4anaj50dzb9448gz6n9fdrcy2mvd7f193pp6018gdp6";
+ sha256 = "15pjvlqbbyif8s8mcpb7wf20fvbczhfp65mn6fd609j1p79nvqb9";
10
};
11
12
- kernelPatches = args.kernelPatches ++ [ { name = "cve-2014-0196"; patch = ./cve-2014-0196.patch; } ];
13
-
14
features.iwlwifi = true;
15
features.efiBootStub = true;
16
features.needsCifsUtils = true;
0 commit comments