Skip to content

Commit

Permalink
linux-copperhead: 4.14.9.b -> 4.14.10.a
Browse files Browse the repository at this point in the history
(cherry picked from commit 92800cfd4798ca7c4f27e08c3a335262d64c91ee)
  • Loading branch information
NeQuissimus committed Dec 30, 2017
1 parent a9ffb7b commit d345718
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.9";
version = "4.14.10";
revision = "a";
sha256 = "1pqlk381ryspp2b1c4kwqw7a68jma8d6x4xvafh0x5k9mcn2i9i0";
sha256 = "1dz1kgg8jvw2xzbv1r867r1c29gpiyhgac7pwpaps609v563a154";

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

Please sign in to comment.