update: 2025.2.3 -> 2025.2.4

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

Flake lock file updates:

• Updated input 'authentik-src':
    'github:goauthentik/authentik/748a8e560f2eb93f7ec15d6762d4e5931fc1fa2a' (2025-03-28)
  → 'github:goauthentik/authentik/74eab55c615b156e4191ee98dc789e2d58c016f9' (2025-04-11)
This commit is contained in:
Maximilian Bosch 2025-04-11 14:29:17 +02:00
parent 5c674147fe
commit 105b3b6c00
No known key found for this signature in database
2 changed files with 6 additions and 6 deletions

View file

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