From 837fffc8f968481df62a671b3f31c355c23cd751 Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Thu, 27 Aug 2026 02:05:35 -0500 Subject: [PATCH] albyhub: re-harvest hashes for fixed sovran tag --- packages/albyhub/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/albyhub/default.nix b/packages/albyhub/default.nix index cab8529..5f64a55 100644 --- a/packages/albyhub/default.nix +++ b/packages/albyhub/default.nix @@ -15,13 +15,13 @@ buildGoModule rec { repo = "hub"; tag = "sovran-1.24.0"; # round 1: copy the "got: sha256-..." from the build error - hash = "sha256-5k8lCieOxKvrPh0CTFoAaQzzNTwKFggYz9pqsvexJ7Q="; + hash = "sha256-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA="; }; # `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-J8xb9nipag22rpAz6Zwr5b8Wcrr1IAiwBmU/hRebfZ8="; + vendorHash = "sha256-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA="; subPackages = [ "cmd/http" ];