update: 2024.4.2 -> 2024.4.3 (security update)
Fixes CVE-2024-37905 and CVE-2024-38371 See https://docs.goauthentik.io/docs/releases/2024.4#fixed-in-202443 Flake lock file update: • Updated input 'authentik-src': 'github:goauthentik/authentik/1f5953b5b7e72c085246e8f19b94482dac946d83' (2024-05-07) → 'github:goauthentik/authentik/5afceaa55f4d831db0cf9d80562e86eb43b622ec' (2024-06-26)
This commit is contained in:
parent
1942bdac27
commit
bb756751b0
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.4.2";
|
||||
url = "github:goauthentik/authentik/version/2024.4.3";
|
||||
flake = false;
|
||||
};
|
||||
};
|
||||
|
|
@ -46,7 +46,7 @@
|
|||
{ inherit inputs; }
|
||||
({ inputs, lib, withSystem, ... }:
|
||||
let
|
||||
authentik-version = "2024.4.2"; # to pass to the drvs of some components
|
||||
authentik-version = "2024.4.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