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

avalanchego: 1.9.16 -> 1.10.0
This commit is contained in:
Weijia Wang 2023-04-20 23:15:52 +03:00 committed by GitHub
commit c76988c6b4
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.16";
version = "1.10.0";
src = fetchFromGitHub {
owner = "ava-labs";
repo = pname;
rev = "v${version}";
hash = "sha256-xskLRQLjLSXXHK39h7e8knP5OtIbcllF7OvefPpIQCU=";
hash = "sha256-OQh8xub/4DHZk4sGIJldyoXGR/TQ9F0reERk2lpjYi8=";
};
vendorHash = "sha256-lyXP1mkJmHpHHMtH0rXa0orf5u+AbZ4H/MJXt8o49ng=";
vendorHash = "sha256-etvCtNCW6tuzKZEEx2RODzMx0W9hGoXNS2jWGJO+Pc0=";
# go mod vendor has a bug, see: https://github.com/golang/go/issues/57529
proxyVendor = true;