6 rustPlatform.buildRustPackage rec {
10 src = fetchFromGitHub {
14 hash = "sha256-NDSMxIq6eBXOv/mI662vsIIOfWQEzQ5fDGznC4+gFyE=";
17 cargoHash = "sha256-vp2gQUf6TWFkJ09STOlqlEB+jsGrVGAmix2eSgBDG/o=";
20 description = "A 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";