summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorTim Steinbach <tim@nequissimus.com>2017-07-03 21:03:58 -0400
committerTim Steinbach <tim@nequissimus.com>2017-07-03 21:03:58 -0400
commitcb703f1314987fe22a9a5fc3b468b7f311cc1ab7 (patch)
treeef2a15681cd27e89256ce182269fa186217ab8a2 /pkgs
parentc31d21c9b1b81cf78e08a85d298d3f09ddc7c0ae (diff)
downloadnixpkgs-cb703f1314987fe22a9a5fc3b468b7f311cc1ab7.tar
nixpkgs-cb703f1314987fe22a9a5fc3b468b7f311cc1ab7.tar.gz
nixpkgs-cb703f1314987fe22a9a5fc3b468b7f311cc1ab7.tar.bz2
nixpkgs-cb703f1314987fe22a9a5fc3b468b7f311cc1ab7.tar.lz
nixpkgs-cb703f1314987fe22a9a5fc3b468b7f311cc1ab7.tar.xz
nixpkgs-cb703f1314987fe22a9a5fc3b468b7f311cc1ab7.tar.zst
nixpkgs-cb703f1314987fe22a9a5fc3b468b7f311cc1ab7.zip
linux-copperhead: 4.11.8.a -> 4.12.a
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/os-specific/linux/kernel/linux-hardened-copperhead.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/os-specific/linux/kernel/linux-hardened-copperhead.nix b/pkgs/os-specific/linux/kernel/linux-hardened-copperhead.nix
index b779e8298c0..fcd73823b89 100644
--- a/pkgs/os-specific/linux/kernel/linux-hardened-copperhead.nix
+++ b/pkgs/os-specific/linux/kernel/linux-hardened-copperhead.nix
@@ -1,15 +1,15 @@
 { stdenv, hostPlatform, fetchFromGitHub, perl, buildLinux, ... } @ args:
 
 let
-  version = "4.11.8";
+  version = "4.12";
   revision = "a";
-  sha256 = "02wy5gpgl2hz06dlqcgg9i3ydnxkyw0m1350vc5xyh6ld5r7jnn5";
+  sha256 = "1vh104y40b7lkmgdbr0rd56i6qydinijfnnzn5aj5fi4n0n750v6";
 in
 
 import ./generic.nix (args // {
   version = "${version}-${revision}";
-  extraMeta.branch = "4.11";
-  modDirVersion = version;
+  extraMeta.branch = "4.12";
+  modDirVersion = "${version}.0";
 
   src = fetchFromGitHub {
     inherit sha256;