update: 2025.4.3 -> 2025.4.4, fix CVE-2025-53942
See https://docs.goauthentik.io/docs/security/cves/CVE-2025-53942
This commit is contained in:
parent
1a4d6a5dd6
commit
7bb4dfd067
2 changed files with 6 additions and 6 deletions
|
|
@ -42,7 +42,7 @@
|
|||
};
|
||||
authentik-src = {
|
||||
# change version string in outputs as well when updating
|
||||
url = "github:goauthentik/authentik/version/2025.4.3";
|
||||
url = "github:goauthentik/authentik/version/2025.4.4";
|
||||
flake = false;
|
||||
};
|
||||
};
|
||||
|
|
@ -67,7 +67,7 @@
|
|||
...
|
||||
}:
|
||||
let
|
||||
authentik-version = "2025.4.3"; # to pass to the drvs of some components
|
||||
authentik-version = "2025.4.4"; # to pass to the drvs of some components
|
||||
in
|
||||
{
|
||||
systems = import inputs.systems;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue