6 rustPlatform.buildRustPackage rec {
10 src = fetchFromGitHub {
11 owner = "rusty-ferris-club";
13 rev = "refs/tags/v${version}";
14 hash = "sha256-/0pqegVxrqqxaQ2JiUfkkFK9hp+Vuq7eTap052HEcJs=";
17 cargoHash = "sha256-vPd1cFfoSkOnXH3zKQUB0zWDzEtao50AUrUzhpZIkgI=";
19 buildAndTestSubdir = "shellclear";
22 description = "Secure shell history commands by finding sensitive data";
23 homepage = "https://github.com/rusty-ferris-club/shellclear";
24 changelog = "https://github.com/rusty-ferris-club/shellclear/releases/tag/v${version}";
25 license = licenses.asl20;
26 maintainers = with maintainers; [ fab ];