update: 2024.12.2 -> 2024.12.3
See https://docs.goauthentik.io/docs/releases/2024.12#fixed-in-2024123 Flake lock file updates: • Updated input 'authentik-src': 'github:goauthentik/authentik/9d81f0598c7735e2b4616ee865ab896056a67408' (2025-01-09) → 'github:goauthentik/authentik/f1b7a9f934e6b58a1884ba753575eac6267f4b6e' (2025-01-29)
This commit is contained in:
parent
1fa3cbed36
commit
f2b0754dce
2 changed files with 6 additions and 6 deletions
|
|
@ -31,7 +31,7 @@
|
|||
};
|
||||
};
|
||||
authentik-src = { # change version string in outputs as well when updating
|
||||
url = "github:goauthentik/authentik/version/2024.12.2";
|
||||
url = "github:goauthentik/authentik/version/2024.12.3";
|
||||
flake = false;
|
||||
};
|
||||
};
|
||||
|
|
@ -50,7 +50,7 @@
|
|||
{ inherit inputs; }
|
||||
({ inputs, lib, withSystem, ... }:
|
||||
let
|
||||
authentik-version = "2024.12.2"; # to pass to the drvs of some components
|
||||
authentik-version = "2024.12.3"; # 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