update: 2024.2.2 -> 2024.2.3

Adapted media upload patch.

Flake lock file updates:

• Updated input 'authentik-src':
    'github:goauthentik/authentik/4ec37c52395df6a3b431934cb27771ff814b024c' (2024-03-04)
  → 'github:goauthentik/authentik/6bb180f94ec124092c4f87ae5f5d892a70b32ff3' (2024-04-17)
This commit is contained in:
WilliButz 2024-04-17 14:27:49 +02:00
parent 8be1dcc549
commit 4cdde46347
No known key found for this signature in database
GPG key ID: AB05DF703EB9DC70
3 changed files with 13 additions and 14 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.2";
url = "github:goauthentik/authentik/version/2024.2.3";
flake = false;
};
};
@ -47,7 +47,7 @@
{ inherit inputs; }
({ inputs, lib, withSystem, ... }:
let
authentik-version = "2024.2.2"; # to pass to the drvs of some components
authentik-version = "2024.2.3"; # to pass to the drvs of some components
in {
systems = [
"x86_64-linux"