taproot-assets: 0.4.1 -> 0.5.0

This commit is contained in:
R. Ryantm
2024-12-20 15:10:40 +00:00
parent e84636c9d8
commit 2c64065830
+3 -3
View File
@@ -6,16 +6,16 @@
buildGoModule rec {
pname = "taproot-assets";
version = "0.4.1";
version = "0.5.0";
src = fetchFromGitHub {
owner = "lightninglabs";
repo = "taproot-assets";
rev = "v${version}";
hash = "sha256-aQYVPSDudLK4ZBcBN/wNjVoF/9inOaJRbcyTP6VMdA0=";
hash = "sha256-XOEbrz0kFJKoYG91VUeSAuMVJRfGRNTQ8jucMtnvxJo=";
};
vendorHash = "sha256-IFzYW5vAtBoUC2ebFYnxS/TojQR4kXxQACNbyn2ZkCs=";
vendorHash = "sha256-hDmRyWSf4jokomfJQBLlIbm9I3v2/sg/xD52BW3Wvy4=";
subPackages = [
"cmd/tapcli"