update: 2025.4.2 -> 2025.4.3, fix CVE-2025-52553

You're most likely not affected unless you override the Go part yourself
to enable the RAC provider.

See https://version-2025-4.goauthentik.io/docs/releases/2025.4#fixed-in-202543

Flake lock file updates:

• Updated input 'authentik-src':
    'github:goauthentik/authentik/bda30c5ad5838fea36dc0a06f8580cca437f0fc0' (2025-06-04)
  → 'github:goauthentik/authentik/b34665fabd8d938d81ce871a4e86ca528c5f253b' (2025-06-27)
This commit is contained in:
Maximilian Bosch 2025-06-27 15:51:01 +02:00
parent 79e3b86100
commit 1a4d6a5dd6
No known key found for this signature in database
2 changed files with 6 additions and 6 deletions

View file

@ -42,7 +42,7 @@
};
authentik-src = {
# change version string in outputs as well when updating
url = "github:goauthentik/authentik/version/2025.4.2";
url = "github:goauthentik/authentik/version/2025.4.3";
flake = false;
};
};
@ -67,7 +67,7 @@
...
}:
let
authentik-version = "2025.4.2"; # to pass to the drvs of some components
authentik-version = "2025.4.3"; # to pass to the drvs of some components
in
{
systems = import inputs.systems;