Update 6.11.4 → 6.11.6
This commit is contained in:
parent
b5a9659991
commit
dfa1f7d6c5
1 changed files with 2 additions and 2 deletions
|
@ -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 = [
|
||||||
|
|
Loading…
Reference in a new issue