Skip to content

Commit

Permalink
linux-copperhead: 4.14.5.a -> 4.14.6.a
Browse files Browse the repository at this point in the history
(cherry picked from commit fb30bd9352617a229fc9547dab83f73041b9bb5a)
  • Loading branch information
NeQuissimus committed Dec 15, 2017
1 parent 00be864 commit 711379f
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.14.5";
version = "4.14.6";
revision = "a";
sha256 = "1ahh4rc0w9fnd03x6wm8s8ar9c1spw1apph8lvlfr0x1x2kh2wqh";
sha256 = "1ahh4r10w9fnd03x6wm8s8ar9c1spw1apph8lvlfr0x1x2kh2wqh";

# 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 711379f

Please sign in to comment.