Skip to content

Commit

Permalink
linux-copperhead: 4.15.1.a -> 4.15.2.a
Browse files Browse the repository at this point in the history
(cherry picked from commit c46a833)
  • Loading branch information
NeQuissimus committed Feb 8, 2018
1 parent e90bd5f commit 4c76e8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/kernel/linux-hardened-copperhead.nix
Expand Up @@ -3,9 +3,9 @@
with stdenv.lib;

let
version = "4.15.1";
version = "4.15.2";
revision = "a";
sha256 = "1k9ng0110vzl29rzbglk3vmnpfqk04rd2mja5aqql81z5pb1x528";
sha256 = "1rmia5k07pfx47qkc8nx3xiap6mxbwlry3jxrx4kwf3hh5cnqnsv";

# 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 4c76e8e

Please sign in to comment.