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

avalanchego: 1.10.9 -> 1.10.10
This commit is contained in:
Nick Cao 2023-09-22 09:33:14 -04:00 committed by GitHub
commit 912af32d09
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,16 +8,16 @@
buildGoModule rec {
pname = "avalanchego";
version = "1.10.9";
version = "1.10.10";
src = fetchFromGitHub {
owner = "ava-labs";
repo = pname;
rev = "v${version}";
hash = "sha256-ofIpTDlD8ztC5vR975GhH/yYb4LqVs17kdfbU2UN6gg=";
hash = "sha256-ExBVKcKBoPKbPvF/CQ85FihXZINdShPeyUhCfoeHUWM=";
};
vendorHash = "sha256-EjdlIfY5he1P1JMJNwPNHFSwhlczGZb2ygvxviggesM=";
vendorHash = "sha256-7puWqJaccSJRh9w3V3hiWAvr2TRVutHSkHrfbrIaDPE=";
# go mod vendor has a bug, see: https://github.com/golang/go/issues/57529
proxyVendor = true;