albyhub: re-harvest hashes for fixed sovran tag

This commit is contained in:
2026-08-27 02:09:35 -05:00
parent 7980833fc2
commit 01037cd55c
+1 -1
View File
@@ -21,7 +21,7 @@ buildGoModule rec {
# `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-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA="; vendorHash = "sha256-U0NLVV0gH2IERqaGsJwE2f+iZQ35D+czH8mUKXSM4Wc=";
subPackages = [ "cmd/http" ]; subPackages = [ "cmd/http" ];