summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorTim Steinbach <tim@nequissimus.com>2018-04-13 09:02:09 -0400
committerTim Steinbach <tim@nequissimus.com>2018-04-13 09:02:26 -0400
commitf8e25030be27057fcf3890b333187ed65f8334b7 (patch)
tree3122e8e1273c7f4a61b4279306d29f1d0e84e6ea /pkgs/os-specific
parent0625f77256b2b3cd856f7db24428e47c234d7cbc (diff)
downloadnixlib-f8e25030be27057fcf3890b333187ed65f8334b7.tar
nixlib-f8e25030be27057fcf3890b333187ed65f8334b7.tar.gz
nixlib-f8e25030be27057fcf3890b333187ed65f8334b7.tar.bz2
nixlib-f8e25030be27057fcf3890b333187ed65f8334b7.tar.lz
nixlib-f8e25030be27057fcf3890b333187ed65f8334b7.tar.xz
nixlib-f8e25030be27057fcf3890b333187ed65f8334b7.tar.zst
nixlib-f8e25030be27057fcf3890b333187ed65f8334b7.zip
linux-copperhead: 4.15.16.a -> 4.15.17.a
Diffstat (limited to 'pkgs/os-specific')
-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 82b0b44bfc06..0075cfbe165c 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.16";
+  version = "4.15.17";
   revision = "a";
-  sha256 = "0jxf01gf5rh6kwxcsv6mwlhq3wva2ps0ayrx40zwrdhkqy03w79x";
+  sha256 = "0rm5dlfj3ryz879p04px1y3hvlfgh3ryk13ihldnl2j1dzl2046i";
 
   # modVersion needs to be x.y.z, will automatically add .0 if needed
   modVersion = concatStrings (intersperse "." (take 3 (splitString "." "${version}.0")));