update: 2025.8.3 -> 2025.8.4

ChangeLog: https://github.com/goauthentik/authentik/releases/tag/version%2F2025.8.4
This commit is contained in:
Maximilian Bosch 2025-10-01 14:42:09 +02:00
parent 4c626ed84c
commit 69fac057b2
No known key found for this signature in database
3 changed files with 8 additions and 8 deletions

View file

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