update: 2023.5.4 -> 2023.5.5

This commit is contained in:
WilliButz 2023-07-06 18:27:26 +02:00
parent fcc7b2f997
commit cb27d69da8
No known key found for this signature in database
GPG key ID: FB0513677AB15BEA
2 changed files with 6 additions and 6 deletions

View file

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