update: 2025.8.2 -> 2025.8.3

ChangeLog: https://github.com/goauthentik/authentik/releases/tag/version%2F2025.8.3
This commit is contained in:
Maximilian Bosch 2025-09-17 10:38:12 +02:00
parent 0c6391c85e
commit c7ed264bc4
No known key found for this signature in database
2 changed files with 6 additions and 6 deletions

8
flake.lock generated
View file

@ -3,16 +3,16 @@
"authentik-src": { "authentik-src": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1757951234, "lastModified": 1758035356,
"narHash": "sha256-4RU/mllgqoykXqeO67iodmhsgIrJqow0LitaQGLKS8Q=", "narHash": "sha256-DkvxDwHCfSqEpZ9rRXNR8MP0Mz/y1kHAr38exrHQ39c=",
"owner": "goauthentik", "owner": "goauthentik",
"repo": "authentik", "repo": "authentik",
"rev": "28ff5614006ceea21b2633da8c675eb75c6bacdd", "rev": "680feaefa17934471a6b33ebc35caf5b64120404",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "goauthentik", "owner": "goauthentik",
"ref": "version/2025.8.2", "ref": "version/2025.8.3",
"repo": "authentik", "repo": "authentik",
"type": "github" "type": "github"
} }

View file

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