From c775e737f5dfd515132c023d711f3cdcffc2562e Mon Sep 17 00:00:00 2001 From: WilliButz Date: Sat, 28 Oct 2023 22:28:17 +0200 Subject: [PATCH] update: 2023.10.1 -> 2023.10.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/64c38909ffd969787f2d634b0e971b90a451d5db' (2023-10-26) → 'github:goauthentik/authentik/8e72fcab59a65e900a35a0faa21fe0bfef4c63c3' (2023-10-28) --- flake.lock | 8 ++++---- flake.nix | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/flake.lock b/flake.lock index f723535..414aa7b 100644 --- a/flake.lock +++ b/flake.lock @@ -3,16 +3,16 @@ "authentik-src": { "flake": false, "locked": { - "lastModified": 1698343565, - "narHash": "sha256-8O+uNiZMRf7KQbnJSkXJlw4z8rQ//mqhczyl73k7+ac=", + "lastModified": 1698522234, + "narHash": "sha256-kPfpSh1iu0MMJPn57TFGRDP4pwE20LQNLoOBJQpDt2c=", "owner": "goauthentik", "repo": "authentik", - "rev": "64c38909ffd969787f2d634b0e971b90a451d5db", + "rev": "8e72fcab59a65e900a35a0faa21fe0bfef4c63c3", "type": "github" }, "original": { "owner": "goauthentik", - "ref": "version/2023.10.1", + "ref": "version/2023.10.2", "repo": "authentik", "type": "github" } diff --git a/flake.nix b/flake.nix index 27d5550..6607a34 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.1"; + url = "github:goauthentik/authentik/version/2023.10.2"; flake = false; }; }; @@ -43,7 +43,7 @@ { inherit inputs; } ({ inputs, lib, withSystem, ... }: let - authentik-version = "2023.10.1"; # to pass to the drvs of some components + authentik-version = "2023.10.2"; # to pass to the drvs of some components in { systems = [ "x86_64-linux" @@ -144,7 +144,7 @@ "cmd/proxy" "cmd/radius" ]; - vendorSha256 = "sha256-JQRGlQ7iYrB5nKli3hoIAJHG9UeGqVD+dMupMUDZ2Zo="; + vendorSha256 = "sha256-8F9emmQmbe7R+xtGrjV5ht0adGasU6WAvLa8Wxr+j8M="; nativeBuildInputs = [ pkgs.makeWrapper ]; postInstall = '' wrapProgram $out/bin/server --prefix PATH : ${pythonEnv}/bin