taproot-assets: 0.1.0-alpha -> 0.2.2

This commit is contained in:
Aaron Jheng 2023-07-04 02:23:18 +00:00
parent def69c9afd
commit d46a37cbb6
No known key found for this signature in database
GPG key ID: F6A547A869D050A3
3 changed files with 8 additions and 7 deletions

View file

@ -4,19 +4,19 @@
}: }:
buildGoModule rec { buildGoModule rec {
pname = "taro"; pname = "taproot-assets";
version = "0.1.0-alpha"; version = "0.2.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "lightninglabs"; owner = "lightninglabs";
repo = "taro"; repo = "taproot-assets";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-0kEdGHi+R9Ns3cVgHSpK/GMVqi8xU/xV831ogV2ErYM="; hash = "sha256-DOtCnPnS5Oq5B4xaYmNCXxMYJ9fhPZ11OfPKXH7eKUg=";
}; };
vendorSha256 = "sha256-huQZy62lx82lmuCQ7RQ+7SLMJIBYKfXbw+2ZkswPXxw="; vendorHash = "sha256-fc++0M7Mnn1nJOkV2gzAVRQCp3vOqsO2OQNlOKaMmB4=";
subPackages = [ "cmd/tarocli" "cmd/tarod" ]; subPackages = [ "cmd/tapcli" "cmd/tapd" ];
ldflags = [ "-s" "-w" ]; ldflags = [ "-s" "-w" ];

View file

@ -1648,6 +1648,7 @@ mapAliases ({
tangogps = foxtrotgps; # Added 2020-01-26 tangogps = foxtrotgps; # Added 2020-01-26
taplo-cli = taplo; # Added 2022-07-30 taplo-cli = taplo; # Added 2022-07-30
taplo-lsp = taplo; # Added 2022-07-30 taplo-lsp = taplo; # Added 2022-07-30
taro = taproot-assets; # Added 2023-07-04
tdesktop = telegram-desktop; # Added 2023-04-07 tdesktop = telegram-desktop; # Added 2023-04-07
tdm = throw "tdm has been removed because nobody can figure out how to fix OpenAL integration. Use precompiled binary and `steam-run` instead"; tdm = throw "tdm has been removed because nobody can figure out how to fix OpenAL integration. Use precompiled binary and `steam-run` instead";
teleconsole = throw "teleconsole is archived by upstream"; # Added 2022-04-05 teleconsole = throw "teleconsole is archived by upstream"; # Added 2022-04-05

View file

@ -36464,7 +36464,7 @@ with pkgs;
inherit (darwin.apple_sdk.frameworks) Security; inherit (darwin.apple_sdk.frameworks) Security;
}; };
taro = callPackage ../applications/blockchains/taro { }; taproot-assets = callPackage ../applications/blockchains/taproot-assets { };
inherit (callPackages ../applications/blockchains/teos { }) inherit (callPackages ../applications/blockchains/teos { })
teos teos