taproot-assets: 0.4.0 -> 0.4.1

This commit is contained in:
R. Ryantm 2024-08-05 09:12:49 +00:00
parent 54770984fc
commit da66a69fa7

View File

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "taproot-assets";
version = "0.4.0";
version = "0.4.1";
src = fetchFromGitHub {
owner = "lightninglabs";
repo = "taproot-assets";
rev = "v${version}";
hash = "sha256-sTLimar8cDWFl9lwQHYlKFL3CuNcy3p8CVbRjhrH+Dw=";
hash = "sha256-aQYVPSDudLK4ZBcBN/wNjVoF/9inOaJRbcyTP6VMdA0=";
};
vendorHash = "sha256-IFzYW5vAtBoUC2ebFYnxS/TojQR4kXxQACNbyn2ZkCs=";