From 30686ffd7087c664dbbc1f4169602596ed5515c3 Mon Sep 17 00:00:00 2001 From: WilliButz Date: Tue, 5 Mar 2024 10:24:54 +0100 Subject: [PATCH] update: 2024.2.1 -> 2024.2.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://docs.goauthentik.io/docs/releases/2024.2#fixed-in-202422 Flake lock file updates: • Updated input 'authentik-src': 'github:goauthentik/authentik/8256f1897df0a741a81dcb066d4edae879c30408' (2024-02-22) → 'github:goauthentik/authentik/4ec37c52395df6a3b431934cb27771ff814b024c' (2024-03-04) --- flake.lock | 8 ++++---- flake.nix | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index 579f3a2..bcbacca 100644 --- a/flake.lock +++ b/flake.lock @@ -3,16 +3,16 @@ "authentik-src": { "flake": false, "locked": { - "lastModified": 1708611974, - "narHash": "sha256-M1LykpaKAHX9pLlueHufj2RcbNZRcCnhzbhek87EWFs=", + "lastModified": 1709580025, + "narHash": "sha256-2B1RgKY5tpDBdzguEyWqzg15w5x/dLS2ffjbnxbpINs=", "owner": "goauthentik", "repo": "authentik", - "rev": "8256f1897df0a741a81dcb066d4edae879c30408", + "rev": "4ec37c52395df6a3b431934cb27771ff814b024c", "type": "github" }, "original": { "owner": "goauthentik", - "ref": "version/2024.2.1", + "ref": "version/2024.2.2", "repo": "authentik", "type": "github" } diff --git a/flake.nix b/flake.nix index 33d5cf2..e7c854e 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.2.1"; + url = "github:goauthentik/authentik/version/2024.2.2"; flake = false; }; }; @@ -47,7 +47,7 @@ { inherit inputs; } ({ inputs, lib, withSystem, ... }: let - authentik-version = "2024.2.1"; # to pass to the drvs of some components + authentik-version = "2024.2.2"; # to pass to the drvs of some components in { systems = [ "x86_64-linux"