Bart Oostveen 2026-05-12 23:12:05 +02:00
parent 4370b561c8
commit 7f59e4d042
No known key found for this signature in database
GPG key ID: 992D94B57AC43430
3 changed files with 7 additions and 7 deletions

View file

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