update: 2023.5.3 -> 2023.5.4

This commit is contained in:
WilliButz 2023-06-22 22:52:30 +02:00
parent 16a034e9f8
commit e584b40578
No known key found for this signature in database
GPG key ID: FB0513677AB15BEA
3 changed files with 13 additions and 13 deletions

View file

@ -19,7 +19,7 @@
};
};
authentik-src = { # change version string in outputs as well when updating
url = "github:goauthentik/authentik/version/2023.5.3";
url = "github:goauthentik/authentik/version/2023.5.4";
flake = false;
};
};
@ -34,7 +34,7 @@
}:
flake-utils.lib.eachDefaultSystem (system:
let
authentik-version = "2023.5.3"; # to pass to the drvs of some components
authentik-version = "2023.5.4"; # to pass to the drvs of some components
inherit (poetry2nix.legacyPackages.${system})
mkPoetryEnv
defaultPoetryOverrides;