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

avalanchego: 1.10.2 -> 1.10.3
This commit is contained in:
Weijia Wang 2023-06-17 15:46:40 +03:00 committed by GitHub
commit 6f71856220
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.2";
version = "1.10.3";
src = fetchFromGitHub {
owner = "ava-labs";
repo = pname;
rev = "v${version}";
hash = "sha256-rQ7WGsDCGR2yrMpNTP3yxnRFEGkCpkFIknxuARYd7TM=";
hash = "sha256-i6oAh/mDug2tuPoCa1pJEBd6jVPz2CxWlX6FCowxBwU=";
};
vendorHash = "sha256-v8+ASwvXhUT9cz78aWDyWpgHOSoecLCLFMGfjTtRlJQ=";
vendorHash = "sha256-kXbKxNptKFfZ2iPkd+cPZNRPIMnNCWNrJXq6itJXG44=";
# go mod vendor has a bug, see: https://github.com/golang/go/issues/57529
proxyVendor = true;