From 105b3b6c004ce00d1d3c7a88669bea4aadfd4580 Mon Sep 17 00:00:00 2001 From: Maximilian Bosch Date: Fri, 11 Apr 2025 14:29:17 +0200 Subject: [PATCH] update: 2025.2.3 -> 2025.2.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://docs.goauthentik.io/docs/releases/2025.2#fixed-in-202524 Flake lock file updates: • Updated input 'authentik-src': 'github:goauthentik/authentik/748a8e560f2eb93f7ec15d6762d4e5931fc1fa2a' (2025-03-28) → 'github:goauthentik/authentik/74eab55c615b156e4191ee98dc789e2d58c016f9' (2025-04-11) --- flake.lock | 8 ++++---- flake.nix | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index 906645a..7c41f8e 100644 --- a/flake.lock +++ b/flake.lock @@ -3,16 +3,16 @@ "authentik-src": { "flake": false, "locked": { - "lastModified": 1743169792, - "narHash": "sha256-aaSAlFIc5Gn5PJPVuObi24Y86/3N3yFJVQTx1tV2i2A=", + "lastModified": 1744135136, + "narHash": "sha256-7wvoCRhLipX4qzrb/ctsozG565yckx+moxiF6vRo84I=", "owner": "goauthentik", "repo": "authentik", - "rev": "748a8e560f2eb93f7ec15d6762d4e5931fc1fa2a", + "rev": "74eab55c615b156e4191ee98dc789e2d58c016f9", "type": "github" }, "original": { "owner": "goauthentik", - "ref": "version/2025.2.3", + "ref": "version/2025.2.4", "repo": "authentik", "type": "github" } diff --git a/flake.nix b/flake.nix index e351ec6..9bbbc14 100644 --- a/flake.nix +++ b/flake.nix @@ -32,7 +32,7 @@ }; authentik-src = { # change version string in outputs as well when updating - url = "github:goauthentik/authentik/version/2025.2.3"; + url = "github:goauthentik/authentik/version/2025.2.4"; flake = false; }; }; @@ -56,7 +56,7 @@ ... }: let - authentik-version = "2025.2.3"; # to pass to the drvs of some components + authentik-version = "2025.2.4"; # to pass to the drvs of some components in { systems = import inputs.systems;