summary refs log tree commit diff
diff options
context:
space:
mode:
authorTim Steinbach <tim@nequissimus.com>2018-02-23 08:35:23 -0500
committerTim Steinbach <tim@nequissimus.com>2018-02-23 08:35:23 -0500
commit27dd924b4918faeab8fd5ecef1e0ca54338f519c (patch)
treed78f8f4aa62cac00b650818662946c6d97e52915
parent8c3e7149dfab9485db33c5063257c9344f9dae81 (diff)
downloadnixpkgs-27dd924b4918faeab8fd5ecef1e0ca54338f519c.tar
nixpkgs-27dd924b4918faeab8fd5ecef1e0ca54338f519c.tar.gz
nixpkgs-27dd924b4918faeab8fd5ecef1e0ca54338f519c.tar.bz2
nixpkgs-27dd924b4918faeab8fd5ecef1e0ca54338f519c.tar.lz
nixpkgs-27dd924b4918faeab8fd5ecef1e0ca54338f519c.tar.xz
nixpkgs-27dd924b4918faeab8fd5ecef1e0ca54338f519c.tar.zst
nixpkgs-27dd924b4918faeab8fd5ecef1e0ca54338f519c.zip
linux-copperhead: 4.15.4.a -> 4.15.5.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 0e39bc421c9..e17e9045d6c 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.4";
+  version = "4.15.5";
   revision = "a";
-  sha256 = "0j7nla8vjrxr82nfx8dl34qk8b56piwqbndqch9rv7plgl30hkj7";
+  sha256 = "082b5mwkklf111516qld980dqh4q7g1afb2y7mhc2in5pgkgqrws";
 
   # modVersion needs to be x.y.z, will automatically add .0 if needed
   modVersion = concatStrings (intersperse "." (take 3 (splitString "." "${version}.0")));