From 976d382bf4e4eb2d45670b4c7ec661806b471c93 Mon Sep 17 00:00:00 2001 From: WilliButz Date: Thu, 9 Nov 2023 19:08:31 +0100 Subject: [PATCH] update: 2023.10.2 -> 2023.10.3 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/8e72fcab59a65e900a35a0faa21fe0bfef4c63c3' (2023-10-28) → 'github:goauthentik/authentik/82b5274b15ddf6d9925e7b349f70bbff5be1d8be' (2023-11-09) --- flake.lock | 8 ++++---- flake.nix | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index 67ab892..16124dd 100644 --- a/flake.lock +++ b/flake.lock @@ -3,16 +3,16 @@ "authentik-src": { "flake": false, "locked": { - "lastModified": 1698522234, - "narHash": "sha256-kPfpSh1iu0MMJPn57TFGRDP4pwE20LQNLoOBJQpDt2c=", + "lastModified": 1699551442, + "narHash": "sha256-3yI9+aylnPZn6Yf1EdpNKNAy6SvJnqnE7s+QQWHyqo4=", "owner": "goauthentik", "repo": "authentik", - "rev": "8e72fcab59a65e900a35a0faa21fe0bfef4c63c3", + "rev": "82b5274b15ddf6d9925e7b349f70bbff5be1d8be", "type": "github" }, "original": { "owner": "goauthentik", - "ref": "version/2023.10.2", + "ref": "version/2023.10.3", "repo": "authentik", "type": "github" } diff --git a/flake.nix b/flake.nix index 9cbf8dd..6e842db 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.2"; + url = "github:goauthentik/authentik/version/2023.10.3"; flake = false; }; }; @@ -47,7 +47,7 @@ { inherit inputs; } ({ inputs, lib, withSystem, ... }: let - authentik-version = "2023.10.2"; # to pass to the drvs of some components + authentik-version = "2023.10.3"; # to pass to the drvs of some components in { systems = [ "x86_64-linux"