update nix build for Bitcoin Cash Node v29.0.0

This commit is contained in:
The MMGen Project 2026-05-15 14:02:28 +00:00
commit f8e12ec6c7
Signed by: mmgen
GPG key ID: 3F8B1861E32B7DA2
2 changed files with 3 additions and 3 deletions

View file

@ -1 +1 @@
16.1.dev39
16.1.dev40

View file

@ -2,10 +2,10 @@
pkgs.stdenv.mkDerivation rec {
pname = "bitcoin-cash-node";
version = "v28.0.1";
version = "v29.0.0";
src = fetchGit {
url = "https://gitlab.com/bitcoin-cash-node/bitcoin-cash-node";
# url = /path/to/repo/bitcoin-cash-node-28.0.1;
# url = /path/to/repo/bitcoin-cash-node-29.0.0;
ref = "refs/tags/${version}";
shallow = true;
};