Merge pull request #301577 from r-ryantm/auto-update/bitcoin-abc

bitcoin-abc: 0.28.12 -> 0.29.0
This commit is contained in:
lassulus 2024-04-05 18:24:24 +02:00 committed by GitHub
commit 573a2716fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 ];