update: 2025.4.4 -> 2025.6.4

co-authored-by: Maximilian Bosch <maximilian@mbosch.me>
This commit is contained in:
Alexander Sieg 2025-07-24 15:00:03 +02:00
parent 7bb4dfd067
commit e155dd91f6
No known key found for this signature in database
38 changed files with 428 additions and 1232 deletions

View file

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