summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorTim Steinbach <tim@nequissimus.com>2018-03-09 12:32:54 -0500
committerTim Steinbach <tim@nequissimus.com>2018-03-09 12:32:54 -0500
commit72dede4203ae785f5cb27c6c811acafd1df51c6a (patch)
tree93604d35cecb288ea0c02fdfd3617fc926fb07ec /pkgs
parent245dcb4a58f5059b0bbd643c38d3b3776b29af5c (diff)
downloadnixlib-72dede4203ae785f5cb27c6c811acafd1df51c6a.tar
nixlib-72dede4203ae785f5cb27c6c811acafd1df51c6a.tar.gz
nixlib-72dede4203ae785f5cb27c6c811acafd1df51c6a.tar.bz2
nixlib-72dede4203ae785f5cb27c6c811acafd1df51c6a.tar.lz
nixlib-72dede4203ae785f5cb27c6c811acafd1df51c6a.tar.xz
nixlib-72dede4203ae785f5cb27c6c811acafd1df51c6a.tar.zst
nixlib-72dede4203ae785f5cb27c6c811acafd1df51c6a.zip
linux-copperhead: 4.15.7.a -> 4.15.8.a
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/os-specific/linux/kernel/linux-copperhead-hardened.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/kernel/linux-copperhead-hardened.nix b/pkgs/os-specific/linux/kernel/linux-copperhead-hardened.nix
index 85d31048ffc2..d5660b9a99b5 100644
--- a/pkgs/os-specific/linux/kernel/linux-copperhead-hardened.nix
+++ b/pkgs/os-specific/linux/kernel/linux-copperhead-hardened.nix
@@ -3,9 +3,9 @@
 with stdenv.lib;
 
 let
-  version = "4.15.7";
+  version = "4.15.8";
   revision = "a";
-  sha256 = "19kgy1fa4flnqm3a50hilgjczqkscay10183cvkzy3vxrnf8fl0f";
+  sha256 = "0bkvg93r1j7shls29yz3zi34lx71i3ylcsdyhdc9plzwb3chnpqg";
 
   # modVersion needs to be x.y.z, will automatically add .0 if needed
   modVersion = concatStrings (intersperse "." (take 3 (splitString "." "${version}.0")));