10 buildDunePackage rec {
11 pname = "tezos-base58";
15 url = "https://github.com/tarides/tezos-base58/releases/download/${version}/${pname}-${version}.tbz";
16 sha256 = "14w2pff5dy6mxnz588pxaf2k8xpkd51sbsys065wr51kbv1f36da";
19 minimalOCamlVersion = "4.08";
22 propagatedBuildInputs = [
29 description = "Base58 encoding for Tezos";
30 homepage = "https://github.com/tarides/tezos-base58/";
31 license = licenses.mit;
32 maintainers = with maintainers; [ bezmuth ];