update: 2025.10.1 -> 2025.10.2
Changes: https://github.com/goauthentik/authentik/releases/tag/version/2025.10.2 Fixes CVE-2025-64521[1] & CVE-2025-64708[2]. [1] https://nvd.nist.gov/vuln/detail/CVE-2025-64521 [2] https://nvd.nist.gov/vuln/detail/CVE-2025-64708
This commit is contained in:
parent
c14192ad67
commit
a5c8611fda
2 changed files with 6 additions and 6 deletions
8
flake.lock
generated
8
flake.lock
generated
|
|
@ -3,16 +3,16 @@
|
|||
"authentik-src": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
"lastModified": 1762188128,
|
||||
"narHash": "sha256-HowB6DTGCqz770fKYbnE+rQ11XRV0WSNkLD+HSWZwz8=",
|
||||
"lastModified": 1763564826,
|
||||
"narHash": "sha256-xBnAfoAOUslOrxNzY5kV0h67qWMXKZnPC/wgRGXZleQ=",
|
||||
"owner": "goauthentik",
|
||||
"repo": "authentik",
|
||||
"rev": "70406664dca2a13aabb695094f85471585668cb1",
|
||||
"rev": "2fedc3d0a0ba91c16bb71bd4b2432108ca02e890",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "goauthentik",
|
||||
"ref": "version/2025.10.1",
|
||||
"ref": "version/2025.10.2",
|
||||
"repo": "authentik",
|
||||
"type": "github"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@
|
|||
};
|
||||
authentik-src = {
|
||||
# change version string in outputs as well when updating
|
||||
url = "github:goauthentik/authentik/version/2025.10.1";
|
||||
url = "github:goauthentik/authentik/version/2025.10.2";
|
||||
flake = false;
|
||||
};
|
||||
};
|
||||
|
|
@ -67,7 +67,7 @@
|
|||
...
|
||||
}:
|
||||
let
|
||||
authentik-version = "2025.10.1"; # to pass to the drvs of some components
|
||||
authentik-version = "2025.10.2"; # to pass to the drvs of some components
|
||||
in
|
||||
{
|
||||
systems = import inputs.systems;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue