We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c3abaa commit 3b65e73Copy full SHA for 3b65e73
pkgs/by-name/ta/taproot-assets/package.nix
@@ -6,16 +6,16 @@
6
7
buildGoModule rec {
8
pname = "taproot-assets";
9
- version = "0.5.0";
+ version = "0.5.1";
10
11
src = fetchFromGitHub {
12
owner = "lightninglabs";
13
repo = "taproot-assets";
14
rev = "v${version}";
15
- hash = "sha256-XOEbrz0kFJKoYG91VUeSAuMVJRfGRNTQ8jucMtnvxJo=";
+ hash = "sha256-R6x8M69HM7mC0XG5cAH5SwTzeoSicNwZx0ExAKwcI80=";
16
};
17
18
- vendorHash = "sha256-hDmRyWSf4jokomfJQBLlIbm9I3v2/sg/xD52BW3Wvy4=";
+ vendorHash = "sha256-aak2TNwAXpQLsMgOkeAyQM9f6logR5U+LS10g2Jtq1U=";
19
20
subPackages = [
21
"cmd/tapcli"
0 commit comments