update: 2023.5.1 -> 2023.5.3
This commit is contained in:
parent
2c42aa361f
commit
b51c438d24
2 changed files with 6 additions and 6 deletions
|
|
@ -19,7 +19,7 @@
|
|||
};
|
||||
};
|
||||
authentik-src = { # change version string in outputs as well when updating
|
||||
url = "github:goauthentik/authentik/version/2023.5.1";
|
||||
url = "github:goauthentik/authentik/version/2023.5.3";
|
||||
flake = false;
|
||||
};
|
||||
};
|
||||
|
|
@ -34,7 +34,7 @@
|
|||
}:
|
||||
flake-utils.lib.eachDefaultSystem (system:
|
||||
let
|
||||
authentik-version = "2023.5.1"; # to pass to the drvs of some components
|
||||
authentik-version = "2023.5.3"; # to pass to the drvs of some components
|
||||
inherit (poetry2nix.legacyPackages.${system})
|
||||
mkPoetryEnv
|
||||
defaultPoetryOverrides;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue