From 1ec83f48ae862ac121565cc6c2f2a093336fc2e6 Mon Sep 17 00:00:00 2001 From: WilliButz Date: Fri, 27 Oct 2023 16:47:56 +0200 Subject: [PATCH] update: 2023.10.0 -> 2023.10.1 --- flake.lock | 8 ++++---- flake.nix | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index 22ed4b7..f723535 100644 --- a/flake.lock +++ b/flake.lock @@ -3,16 +3,16 @@ "authentik-src": { "flake": false, "locked": { - "lastModified": 1698329167, - "narHash": "sha256-diHPyIN9c3klwhlPu5Q0DhjamLyB3UYUe4T58d6fdjQ=", + "lastModified": 1698343565, + "narHash": "sha256-8O+uNiZMRf7KQbnJSkXJlw4z8rQ//mqhczyl73k7+ac=", "owner": "goauthentik", "repo": "authentik", - "rev": "b7c02808c664714144bd7ae6fee4c6402a88f426", + "rev": "64c38909ffd969787f2d634b0e971b90a451d5db", "type": "github" }, "original": { "owner": "goauthentik", - "ref": "version/2023.10.0", + "ref": "version/2023.10.1", "repo": "authentik", "type": "github" } diff --git a/flake.nix b/flake.nix index 7352b8a..27d5550 100644 --- a/flake.nix +++ b/flake.nix @@ -24,7 +24,7 @@ }; }; authentik-src = { # change version string in outputs as well when updating - url = "github:goauthentik/authentik/version/2023.10.0"; + url = "github:goauthentik/authentik/version/2023.10.1"; flake = false; }; }; @@ -43,7 +43,7 @@ { inherit inputs; } ({ inputs, lib, withSystem, ... }: let - authentik-version = "2023.10.0"; # to pass to the drvs of some components + authentik-version = "2023.10.1"; # to pass to the drvs of some components in { systems = [ "x86_64-linux"