9 rustPlatform.buildRustPackage rec {
13 src = fetchFromGitHub {
17 hash = "sha256-5n8BmETv5jUvgu0rskAPYaBgYyNL2QU2t/iUb3hNMMw=";
20 cargoPatches = [ ./fix-rustc-serialize-version.patch ];
22 cargoHash = "sha256-vseTtok0E0ddg9ALQ1ql3NPPxirfyMPHOSWsM2qu2jU=";
24 buildInputs = lib.optional stdenv.hostPlatform.isDarwin Security;
27 description = "Rust library for generating cryptocurrency wallets";
28 homepage = "https://github.com/AleoHQ/wagyu";
29 license = with licenses; [
33 maintainers = [ maintainers.offline ];
34 mainProgram = "wagyu";