update: 2025.8.3 -> 2025.8.4

ChangeLog: https://github.com/goauthentik/authentik/releases/tag/version%2F2025.8.4
This commit is contained in:
Maximilian Bosch 2025-10-01 14:42:09 +02:00
parent 4c626ed84c
commit 69fac057b2
No known key found for this signature in database
3 changed files with 8 additions and 8 deletions

8
flake.lock generated
View file

@ -3,16 +3,16 @@
"authentik-src": {
"flake": false,
"locked": {
"lastModified": 1758035356,
"narHash": "sha256-DkvxDwHCfSqEpZ9rRXNR8MP0Mz/y1kHAr38exrHQ39c=",
"lastModified": 1759190535,
"narHash": "sha256-pIzDaoDWc58cY/XhsyweCwc4dfRvkaT/zqsV1gDSnCI=",
"owner": "goauthentik",
"repo": "authentik",
"rev": "680feaefa17934471a6b33ebc35caf5b64120404",
"rev": "8d3a289d12c7de2f244c76493af7880f70d08af2",
"type": "github"
},
"original": {
"owner": "goauthentik",
"ref": "version/2025.8.3",
"ref": "version/2025.8.4",
"repo": "authentik",
"type": "github"
}

View file

@ -42,7 +42,7 @@
};
authentik-src = {
# 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;
};
};
@ -67,7 +67,7 @@
...
}:
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
{
systems = import inputs.systems;

View file

@ -364,8 +364,8 @@ in
environment
{
TZ = tz;
AUTHENTIK_LISTEN__LISTEN_HTTP = cfg.worker.listenHTTP;
AUTHENTIK_LISTEN__LISTEN_METRICS = cfg.worker.listenMetrics;
AUTHENTIK_LISTEN__HTTP = cfg.worker.listenHTTP;
AUTHENTIK_LISTEN__METRICS = cfg.worker.listenMetrics;
}
];
serviceConfig = mkMerge [