From a5c8611fda9e868920309b2a01bf6294481ef78f Mon Sep 17 00:00:00 2001 From: Maximilian Bosch Date: Thu, 20 Nov 2025 09:53:34 +0100 Subject: [PATCH] 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 --- flake.lock | 8 ++++---- flake.nix | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index e261ffa..1966ec7 100644 --- a/flake.lock +++ b/flake.lock @@ -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" } diff --git a/flake.nix b/flake.nix index 511483d..20e85f2 100644 --- a/flake.nix +++ b/flake.nix @@ -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;