albyhub: re-harvest hashes for fixed sovran tag

This commit is contained in:
2026-08-27 02:05:35 -05:00
parent cb4585ecf8
commit 837fffc8f9
+2 -2
View File
@@ -15,13 +15,13 @@ buildGoModule rec {
repo = "hub"; repo = "hub";
tag = "sovran-1.24.0"; tag = "sovran-1.24.0";
# round 1: copy the "got: sha256-..." from the build error # 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 # `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 # the full module cache. Round 2: copy the "got: sha256-..." from the error
proxyVendor = true; proxyVendor = true;
vendorHash = "sha256-J8xb9nipag22rpAz6Zwr5b8Wcrr1IAiwBmU/hRebfZ8="; vendorHash = "sha256-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=";
subPackages = [ "cmd/http" ]; subPackages = [ "cmd/http" ];