We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent e401af5 commit 3391266Copy full SHA for 3391266
pkgs/os-specific/linux/kernel/linux-hardened-copperhead.nix
@@ -3,9 +3,9 @@
3
with stdenv.lib;
4
5
let
6
- version = "4.14.14";
+ version = "4.14.15";
7
revision = "a";
8
- sha256 = "1jaln2xa6hhnd3vy6zmvhzq0hli2df3kw0ivcyrbrpw7p6h5z4ds";
+ sha256 = "1ziw1wbbm35rkj69in4f2b28slplxdsz43w29hxngbp88137h1vx";
9
10
# modVersion needs to be x.y.z, will automatically add .0 if needed
11
modVersion = concatStrings (intersperse "." (take 3 (splitString "." "${version}.0")));
0 commit comments