From 39d0aeba310277785a6fb03269f550983c3dff5f Mon Sep 17 00:00:00 2001 From: WilliButz Date: Thu, 13 Jul 2023 12:25:47 +0200 Subject: [PATCH] update: 2023.6.0 -> 2023.6.1 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/7db9ced218ed6584fe4ab9e4f115509fac9bdd52' (2023-07-07) → 'github:goauthentik/authentik/d6af506a78caaf9e6ef394dffa1f931bcc2cd656' (2023-07-10) --- flake.lock | 8 ++++---- flake.nix | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index 5eadf70..c357370 100644 --- a/flake.lock +++ b/flake.lock @@ -3,16 +3,16 @@ "authentik-src": { "flake": false, "locked": { - "lastModified": 1688730196, - "narHash": "sha256-m79tgfQv7HoMcvbFkGdNV77ufJw0nRygNuJvSIeF/yA=", + "lastModified": 1688988022, + "narHash": "sha256-5N1pmFtCuiv3C1243TiOWGO8vaG4RNtuGwnS2JWWIbU=", "owner": "goauthentik", "repo": "authentik", - "rev": "7db9ced218ed6584fe4ab9e4f115509fac9bdd52", + "rev": "d6af506a78caaf9e6ef394dffa1f931bcc2cd656", "type": "github" }, "original": { "owner": "goauthentik", - "ref": "version/2023.6.0", + "ref": "version/2023.6.1", "repo": "authentik", "type": "github" } diff --git a/flake.nix b/flake.nix index a26547e..6e65ad5 100644 --- a/flake.nix +++ b/flake.nix @@ -20,7 +20,7 @@ }; }; authentik-src = { # change version string in outputs as well when updating - url = "github:goauthentik/authentik/version/2023.6.0"; + url = "github:goauthentik/authentik/version/2023.6.1"; flake = false; }; }; @@ -39,7 +39,7 @@ { inherit inputs; } ({ inputs, lib, withSystem, ... }: let - authentik-version = "2023.6.0"; # to pass to the drvs of some components + authentik-version = "2023.6.1"; # to pass to the drvs of some components in rec { systems = [ "x86_64-linux"