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

avalanchego: 1.11.3 -> 1.11.4
This commit is contained in:
Mario Rodas 2024-04-10 07:23:59 -05:00 committed by GitHub
commit 9aa0ca552e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -8,16 +8,16 @@
buildGoModule rec {
pname = "avalanchego";
version = "1.11.3";
version = "1.11.4";
src = fetchFromGitHub {
owner = "ava-labs";
repo = pname;
rev = "v${version}";
hash = "sha256-VeszkBExveXmajnVLHDp9Fc9xngnUKBbVY55L260rds=";
hash = "sha256-0YS+q1gy7YmTx/DwxaElBG1tzosXReXqPu6RpR3hTjw=";
};
vendorHash = "sha256-8K8loSdeISkA06LBkZgro+mEbQEZY1sdzplq7IKZ4kI=";
vendorHash = "sha256-et1PVLJQ/vBsg5438s6d9MA2oV40zahp9YKQOE0RX58=";
# go mod vendor has a bug, see: https://github.com/golang/go/issues/57529
proxyVendor = true;