bitcoin-abc: 0.29.5 -> 0.29.6

This commit is contained in:
R. Ryantm
2024-06-12 01:05:59 +00:00
parent e913ae3400
commit 2e6dd43789
@@ -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 ];