update: 2024.6.3 -> 2024.6.4 (security update)
Fixes CVE-2024-42490 See https://docs.goauthentik.io/docs/releases/2024.6#fixed-in-202464 Flake lock file updates: • Updated input 'authentik-src': 'github:goauthentik/authentik/8f207c75046d722c17dee2bcf65fa386b06f5b9a' (2024-08-05) → 'github:goauthentik/authentik/8a0b31b9227ca33b96c5448f185419f17090ed38' (2024-08-22)
This commit is contained in:
parent
80fc873618
commit
e7f57f7067
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/2024.6.3";
|
||||
url = "github:goauthentik/authentik/version/2024.6.4";
|
||||
flake = false;
|
||||
};
|
||||
};
|
||||
|
|
@ -46,7 +46,7 @@
|
|||
{ inherit inputs; }
|
||||
({ inputs, lib, withSystem, ... }:
|
||||
let
|
||||
authentik-version = "2024.6.3"; # to pass to the drvs of some components
|
||||
authentik-version = "2024.6.4"; # to pass to the drvs of some components
|
||||
in {
|
||||
systems = [
|
||||
"x86_64-linux"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue