6 rustPlatform.buildRustPackage rec {
10 src = fetchFromGitHub {
14 sha256 = "1nwmps3zw99lrz6k1j14w4rcm7yj8vhf4cs9wjfc3c1zfjibz9iz";
17 cargoSha256 = "1y2am1bz68q7d9bn4264al13fv2j6a87bwrd60ycx0qak9fczlmv";
20 description = "A command line tool to write random bytes to stdout";
21 homepage = "https://github.com/Wulfsta/psw";
22 license = with licenses; [ asl20 /* or */ mit ];
23 maintainers = with maintainers; [ wulfsta ];