From d2367d0c21693f6c2d15b82feb0f2a5420559e42 Mon Sep 17 00:00:00 2001 From: WilliButz Date: Thu, 21 Dec 2023 14:43:54 +0100 Subject: [PATCH] update: 2023.10.4 -> 2023.10.5 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Flake lock file updates: • Updated input 'authentik-src': 'github:goauthentik/authentik/a2a67161ac8b840d63cbaacdfbebb60fd48e901b' (2023-11-21) → 'github:goauthentik/authentik/a15a04036223c53bea841436f4943278b4eab460' (2023-12-21) --- flake.lock | 8 ++++---- flake.nix | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index 527d5da..9364a52 100644 --- a/flake.lock +++ b/flake.lock @@ -3,16 +3,16 @@ "authentik-src": { "flake": false, "locked": { - "lastModified": 1700588304, - "narHash": "sha256-NsXYfXxn7ofl9EeLAQi1V0tKlOeVyQqH1W26uejjKV0=", + "lastModified": 1703164716, + "narHash": "sha256-i9LpLrlYe4B0c2MaED1azH/EHlsO6pMtdytq49EDfGA=", "owner": "goauthentik", "repo": "authentik", - "rev": "a2a67161ac8b840d63cbaacdfbebb60fd48e901b", + "rev": "a15a04036223c53bea841436f4943278b4eab460", "type": "github" }, "original": { "owner": "goauthentik", - "ref": "version/2023.10.4", + "ref": "version/2023.10.5", "repo": "authentik", "type": "github" } diff --git a/flake.nix b/flake.nix index 9232420..05d49ed 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/2023.10.4"; + url = "github:goauthentik/authentik/version/2023.10.5"; flake = false; }; }; @@ -47,7 +47,7 @@ { inherit inputs; } ({ inputs, lib, withSystem, ... }: let - authentik-version = "2023.10.4"; # to pass to the drvs of some components + authentik-version = "2023.10.5"; # to pass to the drvs of some components in { systems = [ "x86_64-linux"