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

bitcoin-abc: 0.29.5 -> 0.29.6
This commit is contained in:
lassulus
2024-06-12 10:47:50 +02:00
committed by GitHub
@@ -25,13 +25,13 @@
mkDerivation rec {
pname = "bitcoin" + lib.optionalString (!withGui) "d" + "-abc";
version = "0.29.5";
version = "0.29.6";
src = fetchFromGitHub {
owner = "bitcoin-ABC";
repo = "bitcoin-abc";
rev = "v${version}";
hash = "sha256-1gw8VgAVflFjYq3/Rd+GgvCmpG2fjtpPvKU2TtxubWs=";
hash = "sha256-q+7NoZQDzEXBOFeob9Om5mnuocbaYjvdckv7Cur7nCI=";
};
nativeBuildInputs = [ pkg-config cmake ];