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