update: 2025.12.4 -> 2026.2.0
ChangeLog: https://docs.goauthentik.io/releases/2026.2/
This commit is contained in:
parent
3abc7ff26a
commit
4b7126941b
8 changed files with 25 additions and 31 deletions
|
|
@ -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,
|
||||
}:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue