Skip to content

Commit

Permalink
linux-copperhead: 4.14.6.a -> 4.14.7.a
Browse files Browse the repository at this point in the history
(cherry picked from commit 6e7944b)
  • Loading branch information
NeQuissimus committed Dec 18, 2017
1 parent ed3b1bc commit 5265f3d
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.6";
version = "4.14.7";
revision = "a";
sha256 = "1hg44q4vzhnfcd9yj2p9ca89gz7dz0v210scz504fzy4q0rljiz8";
sha256 = "1nh8s4ylzi7bkm80pqr3zia9xxky2r9zvxkrz2xbq9mg30a6532x";

# 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 5265f3d

Please sign in to comment.