Skip to content

Commit

Permalink
linux-copperhead: 4.13.6.a -> 4.13.7.a
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Oct 15, 2017
1 parent 12f460e commit 19997f0
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.13.6";
version = "4.13.7";
revision = "a";
sha256 = "1xmnnwwlnc7s5zf08rzb4zqd52iysz81y9iqdn7rdqr3c8j7pdv9";
sha256 = "1ddhjj77pslivy6ngkqn020z08n5nvq8p261hz14sgp8h69v30is";

# 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 19997f0

Please sign in to comment.