Update 6.11.9 → 6.11.10
This commit is contained in:
parent
9547aa05f7
commit
e08469e286
1 changed files with 2 additions and 2 deletions
|
@ -90,7 +90,7 @@ in stdenv.mkDerivation (finalAttrs: {
|
|||
__structuredAttrs = true;
|
||||
|
||||
pname = "linux-hardened";
|
||||
version = "6.11.9-hardened1";
|
||||
version = "6.11.10-hardened1";
|
||||
|
||||
modDirVersion = lib.versions.pad 3 finalAttrs.version;
|
||||
|
||||
|
@ -98,7 +98,7 @@ in stdenv.mkDerivation (finalAttrs: {
|
|||
owner = "anthraxx";
|
||||
repo = finalAttrs.pname;
|
||||
rev = "v${finalAttrs.version}";
|
||||
hash = "sha256-dj3TwW/Fzonpt7GhF2rxmgLt9uSmbnzbWNqKHetAx2g=";
|
||||
hash = "sha256-iq/zhlnFDtgKfScjefMQ/V+MYt5KCwDSO26fQ1Xa4+8=";
|
||||
};
|
||||
|
||||
depsBuildBuild = [
|
||||
|
|
Loading…
Reference in a new issue