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