update: 2025.12.4 -> 2026.2.0

ChangeLog: https://docs.goauthentik.io/releases/2026.2/
This commit is contained in:
Maximilian Bosch 2026-02-27 15:00:21 +01:00
parent 3abc7ff26a
commit 4b7126941b
No known key found for this signature in database
8 changed files with 25 additions and 31 deletions

View file

@ -42,7 +42,7 @@
};
authentik-src = {
# change version string in outputs as well when updating
url = "github:goauthentik/authentik/version/2025.12.4";
url = "github:goauthentik/authentik/version/2026.2.0";
flake = false;
};
authentik-go = {
@ -72,7 +72,7 @@
...
}:
let
authentik-version = "2025.12.4"; # to pass to the drvs of some components
authentik-version = "2026.2.0"; # to pass to the drvs of some components
in
{
systems = import inputs.systems;
@ -114,7 +114,7 @@
{
pkgs,
system ? pkgs.stdenv.hostPlatform.system,
python ? pkgs.python313,
python ? pkgs.python314,
authentik-version ? authentik-version',
buildNapalmPackage ? napalm.legacyPackages.${system}.buildPackage,
}: