Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

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

bitcoin-abc: 0.29.1 -> 0.29.2

authored by

Weijia Wang and committed by
GitHub
a7aedb93 8b2f543d

+2 -2
+2 -2
pkgs/applications/blockchains/bitcoin-abc/default.nix
··· 25 25 26 26 mkDerivation rec { 27 27 pname = "bitcoin" + lib.optionalString (!withGui) "d" + "-abc"; 28 - version = "0.29.1"; 28 + version = "0.29.2"; 29 29 30 30 src = fetchFromGitHub { 31 31 owner = "bitcoin-ABC"; 32 32 repo = "bitcoin-abc"; 33 33 rev = "v${version}"; 34 - hash = "sha256-QEuOMl1sbVdB2nRwBO/2adqj/NIQGbwrBqML39fymM0="; 34 + hash = "sha256-og9hMQdDXGdUQN+A+z0064E6svF+qPd9CWtDQsdvNYQ="; 35 35 }; 36 36 37 37 nativeBuildInputs = [ pkg-config cmake ];