From b51c438d24406caf6f0847edb54d03ae42e97def Mon Sep 17 00:00:00 2001 From: WilliButz Date: Fri, 2 Jun 2023 16:53:54 +0200 Subject: [PATCH] update: 2023.5.1 -> 2023.5.3 --- flake.lock | 8 ++++---- flake.nix | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index 173035c..e9ed915 100644 --- a/flake.lock +++ b/flake.lock @@ -3,16 +3,16 @@ "authentik-src": { "flake": false, "locked": { - "lastModified": 1684438418, - "narHash": "sha256-f/cKMuaQWDvNCID6QviaY04pfK9r9KmjCT2Dc5nHK+g=", + "lastModified": 1685640913, + "narHash": "sha256-90KYG0r+C+4FJE0wH4+kSllCgxuzvvcKTcZCga4e4aw=", "owner": "goauthentik", "repo": "authentik", - "rev": "6900ffffd8ba586ea27f212a3ca077c23f9baedd", + "rev": "be85eecac54e051f1daebe6e8719e726c78068d3", "type": "github" }, "original": { "owner": "goauthentik", - "ref": "version/2023.5.1", + "ref": "version/2023.5.3", "repo": "authentik", "type": "github" } diff --git a/flake.nix b/flake.nix index 066c9f2..d13467f 100644 --- a/flake.nix +++ b/flake.nix @@ -19,7 +19,7 @@ }; }; authentik-src = { # change version string in outputs as well when updating - url = "github:goauthentik/authentik/version/2023.5.1"; + url = "github:goauthentik/authentik/version/2023.5.3"; flake = false; }; }; @@ -34,7 +34,7 @@ }: flake-utils.lib.eachDefaultSystem (system: let - authentik-version = "2023.5.1"; # to pass to the drvs of some components + authentik-version = "2023.5.3"; # to pass to the drvs of some components inherit (poetry2nix.legacyPackages.${system}) mkPoetryEnv defaultPoetryOverrides;