summary refs log tree commit diff
path: root/pkgs/os-specific/linux/kernel
diff options
context:
space:
mode:
authorTim Steinbach <tim@nequissimus.com>2018-03-25 15:05:35 -0400
committerTim Steinbach <tim@nequissimus.com>2018-03-25 15:06:12 -0400
commit026d53020ccc93eb79a762fe99e02f116e7059b2 (patch)
tree6b492ddec086ba2710dbebb18c23b8c873ddb9cd /pkgs/os-specific/linux/kernel
parent1d41231daaee99a6523a3b9aeefafc7d830730e6 (diff)
downloadnixlib-026d53020ccc93eb79a762fe99e02f116e7059b2.tar
nixlib-026d53020ccc93eb79a762fe99e02f116e7059b2.tar.gz
nixlib-026d53020ccc93eb79a762fe99e02f116e7059b2.tar.bz2
nixlib-026d53020ccc93eb79a762fe99e02f116e7059b2.tar.lz
nixlib-026d53020ccc93eb79a762fe99e02f116e7059b2.tar.xz
nixlib-026d53020ccc93eb79a762fe99e02f116e7059b2.tar.zst
nixlib-026d53020ccc93eb79a762fe99e02f116e7059b2.zip
linux-copperhead: 4.15.12.a -> 4.15.13.a
Diffstat (limited to 'pkgs/os-specific/linux/kernel')
-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 94885efef900..680c5d8d64f0 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.12";
+  version = "4.15.13";
   revision = "a";
-  sha256 = "1n0sqhqvm9p6w1yh7si8rw84qxf9c5kch7pvjyrp51ir1xh7grfr";
+  sha256 = "0zmamaf600jja3m2i41rysxq0rqixiz1vvd1nf5bd8piqkd8dbvf";
 
   # modVersion needs to be x.y.z, will automatically add .0 if needed
   modVersion = concatStrings (intersperse "." (take 3 (splitString "." "${version}.0")));