1 { lib, stdenv, rustPlatform, fetchFromGitHub, Security }:
3 rustPlatform.buildRustPackage rec {
7 src = fetchFromGitHub {
11 sha256 = "1646j0lgg3hhznifvbkvr672p3yqlcavswijawaxq7n33ll8vmcn";
14 cargoSha256 = "10al0j8ak95x4d85lzphgq8kmdnb809l6gahfp5miyvsfd4dxmpi";
16 buildInputs = lib.optional stdenv.isDarwin Security;
19 description = "Rust library for generating cryptocurrency wallets";
20 homepage = "https://github.com/ArgusHQ/wagyu";
21 license = with licenses; [ mit asl20 ];
22 maintainers = [ maintainers.offline ];