Merge pull request #332438 from r-ryantm/auto-update/taproot-assets

taproot-assets: 0.4.0 -> 0.4.1
This commit is contained in:
Pavol Rusnak 2024-08-05 13:18:33 +02:00 committed by GitHub
commit 5bd926fa51
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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=";