update: 2024.2.1 -> 2024.2.2

https://docs.goauthentik.io/docs/releases/2024.2#fixed-in-202422

Flake lock file updates:

• Updated input 'authentik-src':
    'github:goauthentik/authentik/8256f1897df0a741a81dcb066d4edae879c30408' (2024-02-22)
  → 'github:goauthentik/authentik/4ec37c52395df6a3b431934cb27771ff814b024c' (2024-03-04)
This commit is contained in:
WilliButz 2024-03-05 10:24:54 +01:00
parent a6284190eb
commit 30686ffd70
No known key found for this signature in database
GPG key ID: AB05DF703EB9DC70
2 changed files with 6 additions and 6 deletions

View file

@ -27,7 +27,7 @@
};
};
authentik-src = { # change version string in outputs as well when updating
url = "github:goauthentik/authentik/version/2024.2.1";
url = "github:goauthentik/authentik/version/2024.2.2";
flake = false;
};
};
@ -47,7 +47,7 @@
{ inherit inputs; }
({ inputs, lib, withSystem, ... }:
let
authentik-version = "2024.2.1"; # to pass to the drvs of some components
authentik-version = "2024.2.2"; # to pass to the drvs of some components
in {
systems = [
"x86_64-linux"