Skip to content

Commit

Permalink
linux-copperhead: 4.13.8.a -> 4.13.9.a
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Oct 22, 2017
1 parent 69ebd73 commit e9aa686
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.8";
version = "4.13.9";
revision = "a";
sha256 = "1yjam6ni32f9p7c1x2q12vi9fc9v10g1w35pr4p7qgs12zx8dy27";
sha256 = "0v2ki1vgmg8yifnflbhryrv7pxvyf0157ysngc1n1hcqyypq4sji";

# 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 e9aa686

Please sign in to comment.