Skip to content

Commit

Permalink
linux-copperhead: 4.13.4.a -> 4.13.5.a
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Oct 5, 2017
1 parent 9e754a6 commit 3e5b594
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.4";
version = "4.13.5";
revision = "a";
sha256 = "0l6xg06w0qicb64h8f6ldic947kn9a68wnad8pjwm89vy8vy4zqm";
sha256 = "139qa6iyyjwn81v6z66ry1sifdvkbnql45m740djc0gv37il7mzv";

# 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 3e5b594

Please sign in to comment.