7 rustPlatform.buildRustPackage rec {
11 src = fetchFromGitHub {
15 sha256 = "sha256-Rf6vpVgenTzb42/aGqItuxUodl61eNyUPlry7rgLPbI=";
18 useFetchCargoVendor = true;
19 cargoHash = "sha256-dfHcyGQYkjEAhrNRlD5BTbMwaZaO/E0KwqZJ8TjelGw=";
22 description = "Command line tool to write random bytes to stdout";
23 homepage = "https://github.com/Wulfsta/psw";
24 license = with licenses; [
28 maintainers = with maintainers; [ wulfsta ];