update: 2023.10.6 -> 2023.10.7 (security update)
Fixes CVE-2024-23647 See https://goauthentik.io/docs/security/CVE-2024-23647 Flake lock file updates: • Updated input 'authentik-src': 'github:goauthentik/authentik/1cd000dfe204b9605c85e6cebc051586a0329604' (2024-01-09) → 'github:goauthentik/authentik/e095e9f694d2a427940bc8616bc4025fef502a8b' (2024-01-29)
This commit is contained in:
parent
3904e3d29b
commit
30e4ac1dfd
3 changed files with 7 additions and 7 deletions
|
|
@ -27,7 +27,7 @@
|
|||
};
|
||||
};
|
||||
authentik-src = { # change version string in outputs as well when updating
|
||||
url = "github:goauthentik/authentik/version/2023.10.6";
|
||||
url = "github:goauthentik/authentik/version/2023.10.7";
|
||||
flake = false;
|
||||
};
|
||||
};
|
||||
|
|
@ -47,7 +47,7 @@
|
|||
{ inherit inputs; }
|
||||
({ inputs, lib, withSystem, ... }:
|
||||
let
|
||||
authentik-version = "2023.10.6"; # to pass to the drvs of some components
|
||||
authentik-version = "2023.10.7"; # to pass to the drvs of some components
|
||||
in {
|
||||
systems = [
|
||||
"x86_64-linux"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue