From e929253deddb8398c7010b28187d9d43603db950 Mon Sep 17 00:00:00 2001 From: Maximilian Bosch Date: Wed, 17 Dec 2025 12:38:30 +0100 Subject: [PATCH] update: 2025.10.2 -> 2025.10.3 ChangeLog: https://github.com/goauthentik/authentik/releases/tag/version/2025.10.3 --- flake.lock | 8 ++++---- flake.nix | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index 875440b..11a8b63 100644 --- a/flake.lock +++ b/flake.lock @@ -3,16 +3,16 @@ "authentik-src": { "flake": false, "locked": { - "lastModified": 1763564826, - "narHash": "sha256-xBnAfoAOUslOrxNzY5kV0h67qWMXKZnPC/wgRGXZleQ=", + "lastModified": 1765907481, + "narHash": "sha256-d0pPNE2T30COdFse0T15Mx8XW4BGg8hgPQvmW2dAV9s=", "owner": "goauthentik", "repo": "authentik", - "rev": "2fedc3d0a0ba91c16bb71bd4b2432108ca02e890", + "rev": "0d617e4ad1eb9e4540ba5381e6ce06e971affc63", "type": "github" }, "original": { "owner": "goauthentik", - "ref": "version/2025.10.2", + "ref": "version/2025.10.3", "repo": "authentik", "type": "github" } diff --git a/flake.nix b/flake.nix index 20e85f2..2773218 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.2"; + url = "github:goauthentik/authentik/version/2025.10.3"; flake = false; }; }; @@ -67,7 +67,7 @@ ... }: let - authentik-version = "2025.10.2"; # to pass to the drvs of some components + authentik-version = "2025.10.3"; # to pass to the drvs of some components in { systems = import inputs.systems;