bitcoin-abc: 0.28.12 -> 0.29.0

This commit is contained in:
R. Ryantm 2024-04-04 15:13:20 +00:00
parent ed607387c4
commit 037664f528

View File

@ -25,13 +25,13 @@
mkDerivation rec {
pname = "bitcoin" + lib.optionalString (!withGui) "d" + "-abc";
version = "0.28.12";
version = "0.29.0";
src = fetchFromGitHub {
owner = "bitcoin-ABC";
repo = "bitcoin-abc";
rev = "v${version}";
hash = "sha256-D8ZKxvB8kfNkVTaI6uESEzw+ABtmNk0nJLK5N/pJ6W8=";
hash = "sha256-9BJfzGXX9b7JRWFU9Flda8CWDqkgE2/IZcPopCyfBck=";
};
nativeBuildInputs = [ pkg-config cmake ];