From bf5a5bf42189ff5f468f0ff26c9296233a97eb6c Mon Sep 17 00:00:00 2001 From: WilliButz Date: Thu, 9 Jan 2025 18:37:00 +0100 Subject: [PATCH] update: 2024.12.1 -> 2024.12.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://docs.goauthentik.io/docs/releases/2024.12#fixed-in-2024122 Flake lock file updates: • Updated input 'authentik-src': 'github:goauthentik/authentik/e87a17fd8169d3fa92bcc47eb2743928df83bc95' (2024-12-23) → 'github:goauthentik/authentik/9d81f0598c7735e2b4616ee865ab896056a67408' (2025-01-09) --- flake.lock | 8 ++++---- flake.nix | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index 5d97752..690f06c 100644 --- a/flake.lock +++ b/flake.lock @@ -3,16 +3,16 @@ "authentik-src": { "flake": false, "locked": { - "lastModified": 1734959339, - "narHash": "sha256-CkUmsVKzAQ/VWIhtxWxlcGtrWVa8hxqsMqvfcsG5ktA=", + "lastModified": 1736440980, + "narHash": "sha256-Z3rFFrXrOKaF9NpY/fInsEbzdOWnWqLfEYl7YX9hFEU=", "owner": "goauthentik", "repo": "authentik", - "rev": "e87a17fd8169d3fa92bcc47eb2743928df83bc95", + "rev": "9d81f0598c7735e2b4616ee865ab896056a67408", "type": "github" }, "original": { "owner": "goauthentik", - "ref": "version/2024.12.1", + "ref": "version/2024.12.2", "repo": "authentik", "type": "github" } diff --git a/flake.nix b/flake.nix index 278df4f..ee12622 100644 --- a/flake.nix +++ b/flake.nix @@ -31,7 +31,7 @@ }; }; authentik-src = { # change version string in outputs as well when updating - url = "github:goauthentik/authentik/version/2024.12.1"; + url = "github:goauthentik/authentik/version/2024.12.2"; flake = false; }; }; @@ -50,7 +50,7 @@ { inherit inputs; } ({ inputs, lib, withSystem, ... }: let - authentik-version = "2024.12.1"; # to pass to the drvs of some components + authentik-version = "2024.12.2"; # to pass to the drvs of some components in { systems = import inputs.systems; flake = { self, ... }: {