bitcoin-classic.src: fix sha

This commit is contained in:
Jonathan Ringer 2022-01-03 22:27:08 -08:00
parent 18c2e9910f
commit e604394699
No known key found for this signature in database
GPG key ID: 5C841D3CFDFEC4E0

View file

@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
owner = "bitcoinclassic";
repo = "bitcoinclassic";
rev = "v${version}";
sha256 = "sha256-V1cOB5FLotGS5jup/aVaiDiyr/v2KJ2SLcIu/Hrjuwk=";
sha256 = "sha256-fVmFD1B4kKoejd2cmPPF5TJJQTAA6AVsGlVY8IIUNK4=";
};
nativeBuildInputs = [ pkg-config autoreconfHook ];