From 80fc87361809f78b8a8cd7e57a14b66a726379ef Mon Sep 17 00:00:00 2001 From: WilliButz Date: Mon, 5 Aug 2024 19:44:04 +0200 Subject: [PATCH] update: 2024.6.2 -> 2024.6.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://docs.goauthentik.io/docs/releases/2024.6#fixed-in-202463 Flake lock file updates: • Updated input 'authentik-src': 'github:goauthentik/authentik/d6904b6aa1440f98f8061c3d12f7358c21b5ae2d' (2024-07-31) → 'github:goauthentik/authentik/8f207c75046d722c17dee2bcf65fa386b06f5b9a' (2024-08-05) --- flake.lock | 8 ++++---- flake.nix | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index 4532549..5d691dc 100644 --- a/flake.lock +++ b/flake.lock @@ -3,16 +3,16 @@ "authentik-src": { "flake": false, "locked": { - "lastModified": 1722437664, - "narHash": "sha256-MtnBndHJmrp7NLIUO2/8SMy/9RKXyoTmh3X19P6KOtI=", + "lastModified": 1722875733, + "narHash": "sha256-LPNcvKiVrwPwc3G/j0a7KoMKAMScbzui0C3IgWXP+g4=", "owner": "goauthentik", "repo": "authentik", - "rev": "d6904b6aa1440f98f8061c3d12f7358c21b5ae2d", + "rev": "8f207c75046d722c17dee2bcf65fa386b06f5b9a", "type": "github" }, "original": { "owner": "goauthentik", - "ref": "version/2024.6.2", + "ref": "version/2024.6.3", "repo": "authentik", "type": "github" } diff --git a/flake.nix b/flake.nix index 8aee5a9..c7bd46a 100644 --- a/flake.nix +++ b/flake.nix @@ -27,7 +27,7 @@ }; }; authentik-src = { # change version string in outputs as well when updating - url = "github:goauthentik/authentik/version/2024.6.2"; + url = "github:goauthentik/authentik/version/2024.6.3"; flake = false; }; }; @@ -46,7 +46,7 @@ { inherit inputs; } ({ inputs, lib, withSystem, ... }: let - authentik-version = "2024.6.2"; # to pass to the drvs of some components + authentik-version = "2024.6.3"; # to pass to the drvs of some components in { systems = [ "x86_64-linux"