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 fb3ad14 commit 58cc833Copy full SHA for 58cc833
pkgs/os-specific/linux/kernel/linux-hardened-copperhead.nix
@@ -3,9 +3,9 @@
3
with stdenv.lib;
4
5
let
6
- version = "4.13.13";
+ version = "4.13.14";
7
revision = "a";
8
- sha256 = "1bph0cvmms16mi5iczr6q1wrz7fp5gl2kz5lk8b3cx04wpj65jfl";
+ sha256 = "16bb1jvip50v62slp6cy96zncjhjzp3hvh29jc8ilcpxgyipmhlc";
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