feat(open-proxy): configure shared token file

This commit is contained in:
2026-06-16 15:03:36 -04:00
parent ea36629461
commit 379fe5c290
3 changed files with 38 additions and 23 deletions

View File

@@ -5,12 +5,12 @@
buildGoModule rec {
pname = "open-proxy";
version = "unstable-2026-06-09";
version = "unstable-2026-06-16";
src = fetchgit {
url = "https://gitea.va.reichard.io/evan/open-proxy.git";
rev = "2cedcf448c984192d043b82ec9d614a349b0450b";
hash = "sha256-R7JbWPkU8A6uABroNYBu+8K75xDK+VTuuBUPOaOEb+k=";
rev = "a589341214a1e035b6ce2b2d79870e591a25ccca";
hash = "sha256-onfvxOl4TdeRrVLD1oJWcnhEDzKFYU/V0qxV1+NpQrg=";
};
vendorHash = null;