Merge pull request #308484 from r-ryantm/auto-update/bitcoind-abc

bitcoind-abc: 0.29.2 -> 0.29.3
This commit is contained in:
lassulus 2024-05-02 16:35:56 +02:00 committed by GitHub
commit 458b32a3ed
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.29.2";
version = "0.29.3";
src = fetchFromGitHub {
owner = "bitcoin-ABC";
repo = "bitcoin-abc";
rev = "v${version}";
hash = "sha256-og9hMQdDXGdUQN+A+z0064E6svF+qPd9CWtDQsdvNYQ=";
hash = "sha256-hYA0O7nDT8J1EnpW4i1+eBzkNw77JC6M7GwO3BdBh3U=";
};
nativeBuildInputs = [ pkg-config cmake ];