summary refs log tree commit diff
diff options
context:
space:
mode:
authorTim Steinbach <tim@nequissimus.com>2018-02-28 10:40:32 -0500
committerTim Steinbach <tim@nequissimus.com>2018-02-28 10:40:32 -0500
commit4f6b085c5e4421606e9878ae09d4bb104dba89ed (patch)
tree799bd650bfdd92e1cf70be2251dd7ad07c34d508
parente1410a6792c1a507b70d0aa35629de814f8e9b47 (diff)
downloadnixlib-4f6b085c5e4421606e9878ae09d4bb104dba89ed.tar
nixlib-4f6b085c5e4421606e9878ae09d4bb104dba89ed.tar.gz
nixlib-4f6b085c5e4421606e9878ae09d4bb104dba89ed.tar.bz2
nixlib-4f6b085c5e4421606e9878ae09d4bb104dba89ed.tar.lz
nixlib-4f6b085c5e4421606e9878ae09d4bb104dba89ed.tar.xz
nixlib-4f6b085c5e4421606e9878ae09d4bb104dba89ed.tar.zst
nixlib-4f6b085c5e4421606e9878ae09d4bb104dba89ed.zip
linux-copperhead: 4.15.6.a -> 4.15.7.a
-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 cd7e86b3babb..85d31048ffc2 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.6";
+  version = "4.15.7";
   revision = "a";
-  sha256 = "11mj7bjmzbjwalvxq2wba33d1nymvjhr6j6bpgwwhhq6aqfg7zmh";
+  sha256 = "19kgy1fa4flnqm3a50hilgjczqkscay10183cvkzy3vxrnf8fl0f";
 
   # modVersion needs to be x.y.z, will automatically add .0 if needed
   modVersion = concatStrings (intersperse "." (take 3 (splitString "." "${version}.0")));