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 b83dde5 commit 27809ddCopy full SHA for 27809dd
pkgs/os-specific/linux/kernel/linux-hardened-copperhead.nix
@@ -3,9 +3,9 @@
3
with stdenv.lib;
4
5
let
6
- version = "4.13.1";
7
- revision = "b";
8
- sha256 = "0l64r4978ynwpikw9fvhzzyrhvxhl7chwkbns1064c1dhr6j0zg6";
+ version = "4.13.2";
+ revision = "a";
+ sha256 = "1srglf014a2ra4sgzwrf53wdc3rrr5lx8dcx57xm4lpvrc4r66y6";
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