From 01037cd55cf6ab14b1778e62ad242f2ee6fc7190 Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Thu, 27 Aug 2026 02:09:35 -0500 Subject: [PATCH] albyhub: re-harvest hashes for fixed sovran tag --- packages/albyhub/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/albyhub/default.nix b/packages/albyhub/default.nix index a4fc895..456cd87 100644 --- a/packages/albyhub/default.nix +++ b/packages/albyhub/default.nix @@ -21,7 +21,7 @@ buildGoModule rec { # `go mod vendor` strips the secp256k1-zkp cgo headers (include/), so use # the full module cache. Round 2: copy the "got: sha256-..." from the error proxyVendor = true; - vendorHash = "sha256-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA="; + vendorHash = "sha256-U0NLVV0gH2IERqaGsJwE2f+iZQ35D+czH8mUKXSM4Wc="; subPackages = [ "cmd/http" ];