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

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

bitcoind-abc: 0.28.11 -> 0.28.12
parents ccf8f3a8 70b83e87
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.11";
  version = "0.28.12";

  src = fetchFromGitHub {
    owner = "bitcoin-ABC";
    repo = "bitcoin-abc";
    rev = "v${version}";
    hash = "sha256-JOAEaz9b89qIpHOJ+aHMu8RVpEvzuVtFv8plUMKcmlM=";
    hash = "sha256-D8ZKxvB8kfNkVTaI6uESEzw+ABtmNk0nJLK5N/pJ6W8=";
  };

  nativeBuildInputs = [ pkg-config cmake ];