Skip to content

Commit de34f73

Browse files
authored
Merge pull request #330144 from r-ryantm/auto-update/avalanchego
avalanchego: 1.11.9 -> 1.11.10
2 parents b910867 + 7dfd840 commit de34f73

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/applications/networking/avalanchego/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77

88
buildGoModule rec {
99
pname = "avalanchego";
10-
version = "1.11.9";
10+
version = "1.11.10";
1111

1212
src = fetchFromGitHub {
1313
owner = "ava-labs";
1414
repo = pname;
1515
rev = "v${version}";
16-
hash = "sha256-n6uRXueDq4rsuNdGNe8mbaHXszeNd5Nygq43p7XI9mM=";
16+
hash = "sha256-O+94hdRaPZYcU4ICiGGQ7CBKPMAT9qPCsMsHcurW+/4=";
1717
};
1818

19-
vendorHash = "sha256-uTMkUARs8XWDmpI7NHu+7BmEPnutkUSmcis+8uDLUH4=";
19+
vendorHash = "sha256-jXtnPBlSeA1Q+2VY+It7XnORz6uW0ZLYX+csBTYolNE=";
2020
# go mod vendor has a bug, see: https://github.com/golang/go/issues/57529
2121
proxyVendor = true;
2222

0 commit comments

Comments
 (0)