update: 2024.8.4 -> 2024.10.0
See https://docs.goauthentik.io/docs/releases/2024.10
This commit is contained in:
parent
4e1f5a6a36
commit
26829732e1
5 changed files with 36 additions and 11 deletions
|
|
@ -32,7 +32,7 @@
|
|||
};
|
||||
};
|
||||
authentik-src = { # change version string in outputs as well when updating
|
||||
url = "github:goauthentik/authentik/version/2024.8.4";
|
||||
url = "github:goauthentik/authentik/version/2024.10.0";
|
||||
flake = false;
|
||||
};
|
||||
};
|
||||
|
|
@ -51,7 +51,7 @@
|
|||
{ inherit inputs; }
|
||||
({ inputs, lib, withSystem, ... }:
|
||||
let
|
||||
authentik-version = "2024.8.4"; # to pass to the drvs of some components
|
||||
authentik-version = "2024.10.0"; # to pass to the drvs of some components
|
||||
in {
|
||||
systems = import inputs.systems;
|
||||
flake = { self, ... }: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue