Skip to content

Commit 6959269

Browse files
committedJan 29, 2018
linux-copperhead: 4.14.15.a -> 4.15.a
(cherry picked from commit e1ee72e4a0d470a039edf4c37f251c2140507550)
1 parent 853a6fe commit 6959269

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.15";
6+
version = "4.15";
77
revision = "a";
8-
sha256 = "1ziw1wbbm35rkj69in4f2b28slplxdsz43w29hxngbp88137h1vx";
8+
sha256 = "1jia6isz4mi7a76rg7nd5iqll6py5kjz0myp4z0dx17xm9axcgqm";
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.