flake: update inputs for 2023.6.0
This commit is contained in:
parent
4baa548996
commit
3b9fff6c23
2 changed files with 9 additions and 9 deletions
|
|
@ -20,7 +20,7 @@
|
|||
};
|
||||
};
|
||||
authentik-src = { # change version string in outputs as well when updating
|
||||
url = "github:goauthentik/authentik/version/2023.5.5";
|
||||
url = "github:goauthentik/authentik/version/2023.6.0";
|
||||
flake = false;
|
||||
};
|
||||
};
|
||||
|
|
@ -39,7 +39,7 @@
|
|||
{ inherit inputs; }
|
||||
({ inputs, lib, withSystem, ... }:
|
||||
let
|
||||
authentik-version = "2023.5.5"; # to pass to the drvs of some components
|
||||
authentik-version = "2023.6.0"; # to pass to the drvs of some components
|
||||
in rec {
|
||||
systems = [
|
||||
"x86_64-linux"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue