update: 2026.2 -> 2026.2.1
ChangeLog: https://docs.goauthentik.io/releases/2026.2/#fixed-in-202621
This commit is contained in:
parent
5818986331
commit
6857248084
3 changed files with 7 additions and 7 deletions
|
|
@ -42,7 +42,7 @@
|
|||
};
|
||||
authentik-src = {
|
||||
# change version string in outputs as well when updating
|
||||
url = "github:goauthentik/authentik/version/2026.2.0";
|
||||
url = "github:goauthentik/authentik/version/2026.2.1";
|
||||
flake = false;
|
||||
};
|
||||
authentik-go = {
|
||||
|
|
@ -72,7 +72,7 @@
|
|||
...
|
||||
}:
|
||||
let
|
||||
authentik-version = "2026.2.0"; # to pass to the drvs of some components
|
||||
authentik-version = "2026.2.1"; # to pass to the drvs of some components
|
||||
in
|
||||
{
|
||||
systems = import inputs.systems;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue