Skip to content

Commit

Permalink
linux-copperhead: 4.14.10.a -> 4.14.11.a
Browse files Browse the repository at this point in the history
(cherry picked from commit b720e9c)
  • Loading branch information
NeQuissimus committed Jan 3, 2018
1 parent dd396ef commit 0b30c1d
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.10";
version = "4.14.11";
revision = "a";
sha256 = "1dz1kgg8jvw2xzbv1r867r1c29gpiyhgac7pwpaps609v563a154";
sha256 = "05180jqxama1n0bi650sm9ing222gs2ks13cnpwamr415f01ws9c";

# 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 0b30c1d

Please sign in to comment.