update: 2025.12.3 -> 2025.12.4, fix CVE-2026-25227, CVE-2026-25748, CVE-2026-25227

Changes: https://docs.goauthentik.io/releases/2025.12/#fixed-in-2025124
This commit is contained in:
Maximilian Bosch 2026-02-12 22:25:30 +01:00
parent b09825ea48
commit 0487b4db05
No known key found for this signature in database
3 changed files with 7 additions and 7 deletions

View file

@ -42,7 +42,7 @@
};
authentik-src = {
# change version string in outputs as well when updating
url = "github:goauthentik/authentik/version/2025.12.3";
url = "github:goauthentik/authentik/version/2025.12.4";
flake = false;
};
authentik-go = {
@ -72,7 +72,7 @@
...
}:
let
authentik-version = "2025.12.3"; # to pass to the drvs of some components
authentik-version = "2025.12.4"; # to pass to the drvs of some components
in
{
systems = import inputs.systems;