Update 6.11.4 → 6.11.6

This commit is contained in:
Mikael 2024-11-09 19:46:07 +01:00
parent b5a9659991
commit dfa1f7d6c5
Signed by: mikael
SSH key fingerprint: SHA256:21QyD2Meiot7jOUVitIR5YkGB/XuXdCvLW1hE6dsri0

View file

@ -86,7 +86,7 @@ in stdenv.mkDerivation (finalAttrs: {
__structuredAttrs = true; __structuredAttrs = true;
pname = "linux-hardened"; pname = "linux-hardened";
version = "6.11.4-hardened1"; version = "6.11.6-hardened1";
modDirVersion = lib.versions.pad 3 finalAttrs.version; modDirVersion = lib.versions.pad 3 finalAttrs.version;
@ -94,7 +94,7 @@ in stdenv.mkDerivation (finalAttrs: {
owner = "anthraxx"; owner = "anthraxx";
repo = finalAttrs.pname; repo = finalAttrs.pname;
rev = "v${finalAttrs.version}"; rev = "v${finalAttrs.version}";
hash = "sha256-qXwYvsOZnwvPWzMFychFTdZcturwrSNFv2LiguutayE="; hash = "sha256-PEaavtKBjAZevsyVvTVXD9E8meMcM/343UKL2P14+D4=";
}; };
depsBuildBuild = [ depsBuildBuild = [