update: 2025.10.1 -> 2025.10.2

Changes: https://github.com/goauthentik/authentik/releases/tag/version/2025.10.2

Fixes CVE-2025-64521[1] & CVE-2025-64708[2].

[1] https://nvd.nist.gov/vuln/detail/CVE-2025-64521
[2] https://nvd.nist.gov/vuln/detail/CVE-2025-64708
This commit is contained in:
Maximilian Bosch 2025-11-20 09:53:34 +01:00
parent c14192ad67
commit a5c8611fda
No known key found for this signature in database
2 changed files with 6 additions and 6 deletions

View file

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