Skip to content

Commit fe5b3c3

Browse files
committed
avalanchego: 1.9.10 -> 1.9.11
1 parent 1e383aa commit fe5b3c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/applications/networking/avalanchego/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88

99
buildGoModule rec {
1010
pname = "avalanchego";
11-
version = "1.9.10";
11+
version = "1.9.11";
1212

1313
src = fetchFromGitHub {
1414
owner = "ava-labs";
1515
repo = pname;
1616
rev = "v${version}";
17-
hash = "sha256-lzobtncxL/7Lf/+kVzIdyP0dTzerMJRAoT7OBFdeEgc=";
17+
hash = "sha256-fgjuLQNw5Em+wEJSmote6TuFH8dUVDtkQTgCcGhh2ro=";
1818
};
1919

2020
vendorHash = "sha256-IxPJBpOSqcramegQ+M/U9p6ls6dStOi0OUdddDj11d0=";

0 commit comments

Comments
 (0)