File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 77} :
88buildGoModule 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 } ;
You can’t perform that action at this time.
0 commit comments