update: 2025.8.3 -> 2025.8.4
ChangeLog: https://github.com/goauthentik/authentik/releases/tag/version%2F2025.8.4
This commit is contained in:
parent
4c626ed84c
commit
69fac057b2
3 changed files with 8 additions and 8 deletions
8
flake.lock
generated
8
flake.lock
generated
|
|
@ -3,16 +3,16 @@
|
||||||
"authentik-src": {
|
"authentik-src": {
|
||||||
"flake": false,
|
"flake": false,
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1758035356,
|
"lastModified": 1759190535,
|
||||||
"narHash": "sha256-DkvxDwHCfSqEpZ9rRXNR8MP0Mz/y1kHAr38exrHQ39c=",
|
"narHash": "sha256-pIzDaoDWc58cY/XhsyweCwc4dfRvkaT/zqsV1gDSnCI=",
|
||||||
"owner": "goauthentik",
|
"owner": "goauthentik",
|
||||||
"repo": "authentik",
|
"repo": "authentik",
|
||||||
"rev": "680feaefa17934471a6b33ebc35caf5b64120404",
|
"rev": "8d3a289d12c7de2f244c76493af7880f70d08af2",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "goauthentik",
|
"owner": "goauthentik",
|
||||||
"ref": "version/2025.8.3",
|
"ref": "version/2025.8.4",
|
||||||
"repo": "authentik",
|
"repo": "authentik",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -42,7 +42,7 @@
|
||||||
};
|
};
|
||||||
authentik-src = {
|
authentik-src = {
|
||||||
# change version string in outputs as well when updating
|
# change version string in outputs as well when updating
|
||||||
url = "github:goauthentik/authentik/version/2025.8.3";
|
url = "github:goauthentik/authentik/version/2025.8.4";
|
||||||
flake = false;
|
flake = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
@ -67,7 +67,7 @@
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
authentik-version = "2025.8.3"; # to pass to the drvs of some components
|
authentik-version = "2025.8.4"; # to pass to the drvs of some components
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
systems = import inputs.systems;
|
systems = import inputs.systems;
|
||||||
|
|
|
||||||
|
|
@ -364,8 +364,8 @@ in
|
||||||
environment
|
environment
|
||||||
{
|
{
|
||||||
TZ = tz;
|
TZ = tz;
|
||||||
AUTHENTIK_LISTEN__LISTEN_HTTP = cfg.worker.listenHTTP;
|
AUTHENTIK_LISTEN__HTTP = cfg.worker.listenHTTP;
|
||||||
AUTHENTIK_LISTEN__LISTEN_METRICS = cfg.worker.listenMetrics;
|
AUTHENTIK_LISTEN__METRICS = cfg.worker.listenMetrics;
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
serviceConfig = mkMerge [
|
serviceConfig = mkMerge [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue