Skip to content

Commit ffee924

Browse files
committed
avalanche-cli: unstable-2024-11-23 -> 1.8.10
Diff: ava-labs/avalanche-cli@6debe41...v1.8.10
1 parent f426ad1 commit ffee924

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

packages/avalanche-cli/default.nix

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@
77
}:
88
buildGoModule rec {
99
pname = "avalanche-cli";
10-
version = "unstable-2024-11-23";
10+
version = "1.8.10";
1111

1212
src = fetchFromGitHub {
1313
owner = "ava-labs";
1414
repo = "avalanche-cli";
15-
rev = "6debe4169dce2c64352d8c9d0d0acac49e573661";
16-
hash = "sha256-kYEgKpR6FM3f6Lq3Wxhi8MVh8ojxyqFYgjeu2E8lNcs=";
15+
rev = "v${version}";
16+
hash = "sha256-RicLxiTIwGJbFSWWywqN9KEzgU6WB0iR5bC/bWdft6o=";
1717
};
1818

1919
proxyVendor = true;
20-
vendorHash = "sha256-FLuu2Q9O4kPtdT1LWaClv+96G0m0PFpZx22506V+Sts=";
20+
vendorHash = "sha256-F2prsymg2ean7Er/tTYVUrdyOdtMhxk5/pyOJzONrr8=";
2121

2222
doCheck = false;
2323

@@ -31,9 +31,9 @@ buildGoModule rec {
3131
];
3232

3333
meta = {
34-
description = "";
34+
description = "Avalanche CLI is a command line tool that gives developers access to everything Avalanche.";
3535
homepage = "https://github.com/ava-labs/avalanche-cli";
36-
# FIXME: nix-init did not find a license
36+
license = lib.licenses.unfree; # non-sublicensable, field-of-use restrictions
3737
maintainers = with lib.maintainers; [ ];
3838
mainProgram = "avalanche-cli";
3939
};

0 commit comments

Comments
 (0)