Skip to content

Commit

Permalink
linux-copperhead: 4.15.7.a -> 4.15.8.a
Browse files Browse the repository at this point in the history
(cherry picked from commit 72dede4)
  • Loading branch information
NeQuissimus committed Mar 9, 2018
1 parent 602e64b commit 1189fd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/kernel/linux-copperhead-hardened.nix
Expand Up @@ -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")));
Expand Down

0 comments on commit 1189fd2

Please sign in to comment.