Unverified Commit 458b32a3 authored by lassulus's avatar lassulus Committed by GitHub
Browse files

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

bitcoind-abc: 0.29.2 -> 0.29.3
parents 58fcdbf0 552e3fb0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];