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 76ad2a5 commit 010887eCopy full SHA for 010887e
pkgs/os-specific/linux/kernel/linux-hardened-copperhead.nix
@@ -3,9 +3,9 @@
3
with stdenv.lib;
4
5
let
6
- version = "4.14.7";
7
- revision = "a";
8
- sha256 = "1nh8s4ylzi7bkm80pqr3zia9xxky2r9zvxkrz2xbq9mg30a6532x";
+ version = "4.14.8";
+ revision = "b";
+ sha256 = "02wf94bg2kbn63ivnnd3qqflhjq49902s80l3hpr96v9kfdk4p4x";
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