8 rustPlatform.buildRustPackage rec {
12 src = fetchFromGitHub {
16 sha256 = "sha256-zw2YLTrvqbGKR8Dg5W+kJTDKIfro+MNyjHXfZMXZhaw=";
19 cargoHash = "sha256-5EcTeMfa1GNp1q60qSgEi/I3298hXUD1Vc1K55XGW4I=";
21 buildInputs = lib.optional stdenv.hostPlatform.isDarwin Security;
24 description = "CLI tool that brings currency exchange rates right into your terminal";
25 homepage = "https://github.com/lunush/rates";
26 license = with licenses; [ asl20 /* or */ mit ];
27 maintainers = with maintainers; [ fab ];
28 mainProgram = "rates";