update: 2023.10.2 -> 2023.10.3
Flake lock file updates:
• Updated input 'authentik-src':
'github:goauthentik/authentik/8e72fcab59a65e900a35a0faa21fe0bfef4c63c3' (2023-10-28)
→ 'github:goauthentik/authentik/82b5274b15ddf6d9925e7b349f70bbff5be1d8be' (2023-11-09)
This commit is contained in:
parent
2445de2001
commit
976d382bf4
2 changed files with 6 additions and 6 deletions
|
|
@ -27,7 +27,7 @@
|
|||
};
|
||||
};
|
||||
authentik-src = { # change version string in outputs as well when updating
|
||||
url = "github:goauthentik/authentik/version/2023.10.2";
|
||||
url = "github:goauthentik/authentik/version/2023.10.3";
|
||||
flake = false;
|
||||
};
|
||||
};
|
||||
|
|
@ -47,7 +47,7 @@
|
|||
{ inherit inputs; }
|
||||
({ inputs, lib, withSystem, ... }:
|
||||
let
|
||||
authentik-version = "2023.10.2"; # to pass to the drvs of some components
|
||||
authentik-version = "2023.10.3"; # to pass to the drvs of some components
|
||||
in {
|
||||
systems = [
|
||||
"x86_64-linux"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue