update: 2025.10.2 -> 2025.10.3

ChangeLog: https://github.com/goauthentik/authentik/releases/tag/version/2025.10.3
This commit is contained in:
Maximilian Bosch 2025-12-17 12:38:30 +01:00
parent c487a94057
commit e929253ded
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": 1763564826, "lastModified": 1765907481,
"narHash": "sha256-xBnAfoAOUslOrxNzY5kV0h67qWMXKZnPC/wgRGXZleQ=", "narHash": "sha256-d0pPNE2T30COdFse0T15Mx8XW4BGg8hgPQvmW2dAV9s=",
"owner": "goauthentik", "owner": "goauthentik",
"repo": "authentik", "repo": "authentik",
"rev": "2fedc3d0a0ba91c16bb71bd4b2432108ca02e890", "rev": "0d617e4ad1eb9e4540ba5381e6ce06e971affc63",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "goauthentik", "owner": "goauthentik",
"ref": "version/2025.10.2", "ref": "version/2025.10.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.10.2"; url = "github:goauthentik/authentik/version/2025.10.3";
flake = false; flake = false;
}; };
}; };
@ -67,7 +67,7 @@
... ...
}: }:
let let
authentik-version = "2025.10.2"; # to pass to the drvs of some components authentik-version = "2025.10.3"; # to pass to the drvs of some components
in in
{ {
systems = import inputs.systems; systems = import inputs.systems;