We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47a68b5 commit ef559bcCopy full SHA for ef559bc
pkgs/by-name/av/avalanchego/package.nix
@@ -7,19 +7,19 @@
7
8
buildGo123Module (finalAttrs: {
9
pname = "avalanchego";
10
- version = "1.12.1";
+ version = "1.13.0";
11
12
src = fetchFromGitHub {
13
owner = "ava-labs";
14
repo = "avalanchego";
15
tag = "v${finalAttrs.version}";
16
- hash = "sha256-elbY0KNsOmKSTX61nps2tjIFTJH5Nnqmwq6mWwd88aE=";
+ hash = "sha256-t6KruPHt51wJ4aJaCG/8tuwKYtaifHvQ3z9oVknNS4E=";
17
};
18
19
# https://github.com/golang/go/issues/57529
20
proxyVendor = true;
21
22
- vendorHash = "sha256-HRhgnf6vHBrJTHspH+HwR3g5o63i+dCm7kPuBKdSV8s=";
+ vendorHash = "sha256-iyx9k8mPPOwpHo9lEdNPf0sQHxbKbNTVLUZrPYY8dWM=";
23
24
subPackages = [ "main" ];
25
0 commit comments