Unverified Commit 573a2716 authored by lassulus's avatar lassulus Committed by GitHub
Browse files

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

bitcoin-abc: 0.28.12 -> 0.29.0
parents 3a0ca2f8 037664f5
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.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 ];