bitcoin-classic: fix checksum

This commit is contained in:
Jörg Thalheim 2017-06-18 09:29:46 +01:00
parent 41de162f0d
commit 5b96398b4d
No known key found for this signature in database
GPG Key ID: CA4106B8D7CC79FA

View File

@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
owner = "bitcoinclassic";
repo = "bitcoinclassic";
rev = "v${version}";
sha256 = "1z6g930csvx49krl34207yqwlr8dkxpi72k3msh15p1kjvv90nvz";
sha256 = "00spils0gv8krx2nyxrf6j1dl81wmxk8xjkqc22cv7nsdnakzrvm";
};
nativeBuildInputs = [ pkgconfig autoreconfHook ];