From 604736f42944546b70c8b901c209533b8f2240d8 Mon Sep 17 00:00:00 2001 From: WilliButz Date: Fri, 1 Sep 2023 18:30:22 +0200 Subject: [PATCH] update: 2023.8.1 -> 2023.8.2 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/be3cfaee560a7d6fac157d61ae7186a92a279c9c' (2023-08-29) → 'github:goauthentik/authentik/97e4c8d5e22f21295b8d0eda039243433253ddfc' (2023-09-01) --- flake.lock | 8 ++++---- flake.nix | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/flake.lock b/flake.lock index ab46dbd..9ba11fe 100644 --- a/flake.lock +++ b/flake.lock @@ -3,16 +3,16 @@ "authentik-src": { "flake": false, "locked": { - "lastModified": 1693348305, - "narHash": "sha256-B+8sgcVSQ37VenuhOj5IV0WQPRJco5gh/jAA/F2sKQk=", + "lastModified": 1693582036, + "narHash": "sha256-KEEOLwewZ6LOmiAMgidbfcCDCprPabJSm9B44rxCFCc=", "owner": "goauthentik", "repo": "authentik", - "rev": "be3cfaee560a7d6fac157d61ae7186a92a279c9c", + "rev": "97e4c8d5e22f21295b8d0eda039243433253ddfc", "type": "github" }, "original": { "owner": "goauthentik", - "ref": "version/2023.8.1", + "ref": "version/2023.8.2", "repo": "authentik", "type": "github" } diff --git a/flake.nix b/flake.nix index 0f958a0..9026f5b 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.8.1"; + url = "github:goauthentik/authentik/version/2023.8.2"; flake = false; }; }; @@ -39,7 +39,7 @@ { inherit inputs; } ({ inputs, lib, withSystem, ... }: let - authentik-version = "2023.8.1"; # to pass to the drvs of some components + authentik-version = "2023.8.2"; # to pass to the drvs of some components in { systems = [ "x86_64-linux" @@ -157,7 +157,7 @@ "cmd/proxy" "cmd/radius" ]; - vendorSha256 = "sha256-womCCrXBoG3xhiqe0NnqNVuf+ecIPHVaCRbzNcsHs4o="; + vendorSha256 = "sha256-F3JzzL6Gg9H4qdmp4MbQFupccATYIUIFL05is6xzoZY="; nativeBuildInputs = [ pkgs.makeWrapper ]; postInstall = '' wrapProgram $out/bin/server --prefix PATH : ${pythonEnv}/bin