update: 2025.2.1 -> 2025.2.2

See https://docs.goauthentik.io/docs/releases/2025.2#fixed-in-202522

Flake lock file updates:

• Updated input 'authentik-src':
    'github:goauthentik/authentik/31fe0e59234e487a42012510d1a4e4819b9aba26' (2025-02-26)
  → 'github:goauthentik/authentik/3adf79c4939276e108c25c719843b6174e9e22fd' (2025-03-17)
This commit is contained in:
Maximilian Bosch 2025-03-17 21:15:10 +00:00
parent bfcad34bec
commit 04f5e14643
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": 1740599692, "lastModified": 1742236492,
"narHash": "sha256-KZalpsM9rvki9GD+urf8idHOEnvBJtkSvE1b2b4KL/4=", "narHash": "sha256-Uz7qldS44pxduLcYKf+cCq4WvjoslDR4PwRqivY/4uI=",
"owner": "goauthentik", "owner": "goauthentik",
"repo": "authentik", "repo": "authentik",
"rev": "31fe0e59234e487a42012510d1a4e4819b9aba26", "rev": "3adf79c4939276e108c25c719843b6174e9e22fd",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "goauthentik", "owner": "goauthentik",
"ref": "version/2025.2.1", "ref": "version/2025.2.2",
"repo": "authentik", "repo": "authentik",
"type": "github" "type": "github"
} }

View file

@ -32,7 +32,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.2.1"; url = "github:goauthentik/authentik/version/2025.2.2";
flake = false; flake = false;
}; };
}; };
@ -56,7 +56,7 @@
... ...
}: }:
let let
authentik-version = "2025.2.1"; # to pass to the drvs of some components authentik-version = "2025.2.2"; # to pass to the drvs of some components
in in
{ {
systems = import inputs.systems; systems = import inputs.systems;