Skip to content

Commit ef559bc

Browse files
committed
avalanchego: 1.12.1 -> 1.13.0
1 parent 47a68b5 commit ef559bc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/av/avalanchego/package.nix

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

88
buildGo123Module (finalAttrs: {
99
pname = "avalanchego";
10-
version = "1.12.1";
10+
version = "1.13.0";
1111

1212
src = fetchFromGitHub {
1313
owner = "ava-labs";
1414
repo = "avalanchego";
1515
tag = "v${finalAttrs.version}";
16-
hash = "sha256-elbY0KNsOmKSTX61nps2tjIFTJH5Nnqmwq6mWwd88aE=";
16+
hash = "sha256-t6KruPHt51wJ4aJaCG/8tuwKYtaifHvQ3z9oVknNS4E=";
1717
};
1818

1919
# https://github.com/golang/go/issues/57529
2020
proxyVendor = true;
2121

22-
vendorHash = "sha256-HRhgnf6vHBrJTHspH+HwR3g5o63i+dCm7kPuBKdSV8s=";
22+
vendorHash = "sha256-iyx9k8mPPOwpHo9lEdNPf0sQHxbKbNTVLUZrPYY8dWM=";
2323

2424
subPackages = [ "main" ];
2525

0 commit comments

Comments
 (0)