summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorTim Steinbach <tim@nequissimus.com>2017-07-04 20:56:02 -0400
committerTim Steinbach <tim@nequissimus.com>2017-07-04 20:56:02 -0400
commitcd1f998289aaeea4b7008537c940f266ef53ce14 (patch)
treee1fef612107cfe271d0193744e2f0c22c427ac6b /pkgs/os-specific
parent4d545297d85c8f32f7ab496d0759f40d881bd61d (diff)
downloadnixlib-cd1f998289aaeea4b7008537c940f266ef53ce14.tar
nixlib-cd1f998289aaeea4b7008537c940f266ef53ce14.tar.gz
nixlib-cd1f998289aaeea4b7008537c940f266ef53ce14.tar.bz2
nixlib-cd1f998289aaeea4b7008537c940f266ef53ce14.tar.lz
nixlib-cd1f998289aaeea4b7008537c940f266ef53ce14.tar.xz
nixlib-cd1f998289aaeea4b7008537c940f266ef53ce14.tar.zst
nixlib-cd1f998289aaeea4b7008537c940f266ef53ce14.zip
Revert "linux-copperhead: 4.11.8.a -> 4.12.a"
This reverts commit cb703f1314987fe22a9a5fc3b468b7f311cc1ab7.
Diffstat (limited to 'pkgs/os-specific')
-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 fcd73823b89a..b779e8298c0a 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.12";
+  version = "4.11.8";
   revision = "a";
-  sha256 = "1vh104y40b7lkmgdbr0rd56i6qydinijfnnzn5aj5fi4n0n750v6";
+  sha256 = "02wy5gpgl2hz06dlqcgg9i3ydnxkyw0m1350vc5xyh6ld5r7jnn5";
 in
 
 import ./generic.nix (args // {
   version = "${version}-${revision}";
-  extraMeta.branch = "4.12";
-  modDirVersion = "${version}.0";
+  extraMeta.branch = "4.11";
+  modDirVersion = version;
 
   src = fetchFromGitHub {
     inherit sha256;