Skip to content

Commit 3391266

Browse files
committedJan 25, 2018
linux-copperhead: 4.14.14.a -> 4.14.15.a
1 parent e401af5 commit 3391266

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

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

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

55
let
6-
version = "4.14.14";
6+
version = "4.14.15";
77
revision = "a";
8-
sha256 = "1jaln2xa6hhnd3vy6zmvhzq0hli2df3kw0ivcyrbrpw7p6h5z4ds";
8+
sha256 = "1ziw1wbbm35rkj69in4f2b28slplxdsz43w29hxngbp88137h1vx";
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.