8 rustPlatform.buildRustPackage rec {
13 url = "https://git.sr.ht/~cyplo/genpass";
15 sha256 = "UyEgOlKtDyneRteN3jHA2BJlu5U1HFL8HA2MTQz5rns=";
18 cargoHash = "sha256-ls3tzZ+gtZQlObmbtwJDq6N/f5nY+Ps7RL5R/fR5Vgg=";
20 buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [ CoreFoundation libiconv Security ];
23 description = "Simple yet robust commandline random password generator";
24 mainProgram = "genpass";
25 homepage = "https://sr.ht/~cyplo/genpass/";
26 license = licenses.agpl3Only;
27 maintainers = with maintainers; [ cyplo ];