Skip to content

Commit

Permalink
linux-copperhead: 4.14.7.a -> 4.14.8.b
Browse files Browse the repository at this point in the history
(cherry picked from commit cbf0b68)
  • Loading branch information
NeQuissimus committed Dec 20, 2017
1 parent 76ad2a5 commit 010887e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/os-specific/linux/kernel/linux-hardened-copperhead.nix
Expand Up @@ -3,9 +3,9 @@
with stdenv.lib;

let
version = "4.14.7";
revision = "a";
sha256 = "1nh8s4ylzi7bkm80pqr3zia9xxky2r9zvxkrz2xbq9mg30a6532x";
version = "4.14.8";
revision = "b";
sha256 = "02wf94bg2kbn63ivnnd3qqflhjq49902s80l3hpr96v9kfdk4p4x";

# 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 010887e

Please sign in to comment.