Merge pull request #244740 from r-ryantm/auto-update/avalanchego

avalanchego: 1.10.4 -> 1.10.5
This commit is contained in:
Pol Dellaiera
2023-07-26 14:41:15 +02:00
committed by GitHub
@@ -8,16 +8,16 @@
buildGoModule rec {
pname = "avalanchego";
version = "1.10.4";
version = "1.10.5";
src = fetchFromGitHub {
owner = "ava-labs";
repo = pname;
rev = "v${version}";
hash = "sha256-aeO1rjKYoO6KF+oe0FKIa8D3j6G01uyC79OvUg9Qpfk=";
hash = "sha256-mGie45sIvl8BjBB4JJF/U/OJ7naT6iWjo3l50qZvyaY=";
};
vendorHash = "sha256-Rh3S7Qy89ctsKlFz0lNNs8pZ5lHG5yB//DQzffD6eL8=";
vendorHash = "sha256-/pNXCRHtoaJvgYsSMyYB05IKH4wG7hTlEHjuoOuifQ0=";
# go mod vendor has a bug, see: https://github.com/golang/go/issues/57529
proxyVendor = true;