support Bitcoin Cash Node v28.0.1

This commit is contained in:
The MMGen Project 2025-03-04 09:51:00 +00:00
commit 424253b1e7
Signed by: mmgen
GPG key ID: 3F8B1861E32B7DA2
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
pkgs.stdenv.mkDerivation rec {
pname = "bitcoin-cash-node";
version = "v28.0.0";
version = "v28.0.1";
src = fetchGit {
url = "https://gitlab.com/bitcoin-cash-node/bitcoin-cash-node";
ref = "refs/tags/${version}";