diff --git a/components/gopkgs.nix b/components/gopkgs.nix index 974e8f0..3baf3cd 100644 --- a/components/gopkgs.nix +++ b/components/gopkgs.nix @@ -41,7 +41,7 @@ buildGo121Module { "cmd/proxy" "cmd/radius" ]; - vendorHash = "sha256-8F9emmQmbe7R+xtGrjV5ht0adGasU6WAvLa8Wxr+j8M="; + vendorHash = "sha256-74rSuZrO5c7mjhHh0iQlJEkOslsFrcDb1aRXXC4RsUM="; nativeBuildInputs = [ makeWrapper ]; postInstall = '' wrapProgram $out/bin/server --prefix PATH : ${authentikComponents.pythonEnv}/bin diff --git a/flake.lock b/flake.lock index 3e6825e..54b1456 100644 --- a/flake.lock +++ b/flake.lock @@ -3,16 +3,16 @@ "authentik-src": { "flake": false, "locked": { - "lastModified": 1704822648, - "narHash": "sha256-N6FeNUlenbBQPAAUSqC+2GWFfte3G+Zfu5KGVJOqNZQ=", + "lastModified": 1706546688, + "narHash": "sha256-+1IdXRt28UZ2KTa0zsmjneNUOcutP99UUwqcYyVyqTI=", "owner": "goauthentik", "repo": "authentik", - "rev": "1cd000dfe204b9605c85e6cebc051586a0329604", + "rev": "e095e9f694d2a427940bc8616bc4025fef502a8b", "type": "github" }, "original": { "owner": "goauthentik", - "ref": "version/2023.10.6", + "ref": "version/2023.10.7", "repo": "authentik", "type": "github" } diff --git a/flake.nix b/flake.nix index 5444732..dde0370 100644 --- a/flake.nix +++ b/flake.nix @@ -27,7 +27,7 @@ }; }; authentik-src = { # change version string in outputs as well when updating - url = "github:goauthentik/authentik/version/2023.10.6"; + url = "github:goauthentik/authentik/version/2023.10.7"; flake = false; }; }; @@ -47,7 +47,7 @@ { inherit inputs; } ({ inputs, lib, withSystem, ... }: let - authentik-version = "2023.10.6"; # to pass to the drvs of some components + authentik-version = "2023.10.7"; # to pass to the drvs of some components in { systems = [ "x86_64-linux"