From 74b5a8c5ffbca16f7af1def137e06a97a958a098 Mon Sep 17 00:00:00 2001 From: WilliButz Date: Thu, 31 Oct 2024 16:18:14 +0100 Subject: [PATCH] update: 2024.8.3 -> 2024.8.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://docs.goauthentik.io/docs/releases/2024.8#fixed-in-202484 Flake lock file updates: • Updated input 'authentik-src': 'github:goauthentik/authentik/91d2445c61da49026f76dceb7f5b524e30335a42' (2024-09-27) → 'github:goauthentik/authentik/e8b5e4c1272151f4a3666e53754f7deefb8e2fb3' (2024-10-30) --- flake.lock | 8 ++++---- flake.nix | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index fa9704a..01427cc 100644 --- a/flake.lock +++ b/flake.lock @@ -3,16 +3,16 @@ "authentik-src": { "flake": false, "locked": { - "lastModified": 1727446911, - "narHash": "sha256-AlIzFSVfXBuvHkrlFqIBhcRohax5XFXvz/9ULelE8tw=", + "lastModified": 1730315123, + "narHash": "sha256-UYOdBlkGeIGCG/pCGLANWv1bKTdBEUp6jTiLG7BpY7E=", "owner": "goauthentik", "repo": "authentik", - "rev": "91d2445c61da49026f76dceb7f5b524e30335a42", + "rev": "e8b5e4c1272151f4a3666e53754f7deefb8e2fb3", "type": "github" }, "original": { "owner": "goauthentik", - "ref": "version/2024.8.3", + "ref": "version/2024.8.4", "repo": "authentik", "type": "github" } diff --git a/flake.nix b/flake.nix index 7d86326..af7a423 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/2024.8.3"; + url = "github:goauthentik/authentik/version/2024.8.4"; flake = false; }; }; @@ -51,7 +51,7 @@ { inherit inputs; } ({ inputs, lib, withSystem, ... }: let - authentik-version = "2024.8.3"; # to pass to the drvs of some components + authentik-version = "2024.8.4"; # to pass to the drvs of some components in { systems = import inputs.systems; flake = { self, ... }: {