Skip to content

Commit 010887e

Browse files
committedDec 20, 2017
linux-copperhead: 4.14.7.a -> 4.14.8.b
(cherry picked from commit cbf0b68)
1 parent 76ad2a5 commit 010887e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎pkgs/os-specific/linux/kernel/linux-hardened-copperhead.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
with stdenv.lib;
44

55
let
6-
version = "4.14.7";
7-
revision = "a";
8-
sha256 = "1nh8s4ylzi7bkm80pqr3zia9xxky2r9zvxkrz2xbq9mg30a6532x";
6+
version = "4.14.8";
7+
revision = "b";
8+
sha256 = "02wf94bg2kbn63ivnnd3qqflhjq49902s80l3hpr96v9kfdk4p4x";
99

1010
# modVersion needs to be x.y.z, will automatically add .0 if needed
1111
modVersion = concatStrings (intersperse "." (take 3 (splitString "." "${version}.0")));

0 commit comments

Comments
 (0)
Please sign in to comment.