update: 2024.8.3 -> 2024.8.4

See https://docs.goauthentik.io/docs/releases/2024.8#fixed-in-202484

Flake lock file updates:

• Updated input 'authentik-src':
    'github:goauthentik/authentik/91d2445c61da49026f76dceb7f5b524e30335a42' (2024-09-27)
  → 'github:goauthentik/authentik/e8b5e4c1272151f4a3666e53754f7deefb8e2fb3' (2024-10-30)
This commit is contained in:
WilliButz 2024-10-31 16:18:14 +01:00
parent 31128721a9
commit 74b5a8c5ff
No known key found for this signature in database
GPG key ID: AB05DF703EB9DC70
2 changed files with 6 additions and 6 deletions

View file

@ -32,7 +32,7 @@
};
};
authentik-src = { # change version string in outputs as well when updating
url = "github:goauthentik/authentik/version/2024.8.3";
url = "github:goauthentik/authentik/version/2024.8.4";
flake = false;
};
};
@ -51,7 +51,7 @@
{ inherit inputs; }
({ inputs, lib, withSystem, ... }:
let
authentik-version = "2024.8.3"; # to pass to the drvs of some components
authentik-version = "2024.8.4"; # to pass to the drvs of some components
in {
systems = import inputs.systems;
flake = { self, ... }: {