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 c2f57b0 commit 696be7aCopy full SHA for 696be7a
pkgs/os-specific/linux/kernel/linux-hardened-copperhead.nix
@@ -3,9 +3,9 @@
3
with stdenv.lib;
4
5
let
6
- version = "4.14.13";
+ version = "4.14.14";
7
revision = "a";
8
- sha256 = "08fvb1lllb0xkckw2y66g0j5z88kp877r51jj3kksfkvjfibjr0j";
+ sha256 = "1jaln2xa6hhnd3vy6zmvhzq0hli2df3kw0ivcyrbrpw7p6h5z4ds";
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