1 { fetchFromGitHub, rustPlatform, lib }:
3 rustPlatform.buildRustPackage rec {
7 cargoSha256 = "0wgpr6gx9dpvf02xgvrdbyiqfz1k9vipnvriz3jg0cz7n1afqisj";
9 src = fetchFromGitHub {
13 sha256 = "0d065xia4mwdhxkiqfg7pic6scfzipzmsvvx7l6l97w62lzpiqx3";
17 description = "Replacement for rm with focus on safety, ergonomics and performance";
18 homepage = "https://github.com/nivekuil/rip";
19 maintainers = with maintainers; [ nils-degroot ];
21 license = licenses.gpl3Plus;