Skip to content

Commit

Permalink
linux-copperhead: 4.15.6.a -> 4.15.7.a
Browse files Browse the repository at this point in the history
(cherry picked from commit 4f6b085)
  • Loading branch information
NeQuissimus committed Feb 28, 2018
1 parent 464f1fd commit ebe462b
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.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")));
Expand Down

0 comments on commit ebe462b

Please sign in to comment.