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

avalanchego: 1.9.8 -> 1.9.9
This commit is contained in:
Nick Cao 2023-02-27 14:39:52 +08:00 committed by GitHub
commit 530f071a22
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.9.8";
version = "1.9.9";
src = fetchFromGitHub {
owner = "ava-labs";
repo = pname;
rev = "v${version}";
hash = "sha256-5Zyrmo74k6Pl2pyVo3oX/haFsR8mHlM05ubPllintFQ=";
hash = "sha256-xaFSqcVVRXy1JYOWGnzoPKLnnxk9NgZ3FIZR3qydOLM=";
};
vendorHash = "sha256-CpXszXmySPHQehFy6XSOJFXq8ZGixO928+zrP7/vwCQ=";
vendorHash = "sha256-ZCIy1cQ62MNLor39Pi0/nU6KsbgG1z7SowMpj9tXLT8=";
# go mod vendor has a bug, see: https://github.com/golang/go/issues/57529
proxyVendor = true;