6 rustPlatform.buildRustPackage rec {
10 src = fetchFromGitHub {
14 hash = "sha256-MyFeSEZAG99g1Uh8KVA7CSZZVXUOF2qYJ0o1YviiPp4=";
17 cargoHash = "sha256-BKq1ttf8ctXvIbhKxHwCpjeiRKqSyN5+kP2k4CV511I=";
20 description = "Command-line tool to prevent committing secret keys into your source code";
21 homepage = "https://github.com/sirwart/ripsecrets";
22 changelog = "https://github.com/sirwart/ripsecrets/blob/${src.rev}/CHANGELOG.md";
23 license = licenses.mit;
24 maintainers = with maintainers; [ figsoda ];
25 mainProgram = "ripsecrets";