update: 2025.4.4 -> 2025.6.4
co-authored-by: Maximilian Bosch <maximilian@mbosch.me>
This commit is contained in:
parent
7bb4dfd067
commit
e155dd91f6
38 changed files with 428 additions and 1232 deletions
|
|
@ -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,
|
||||
}:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue