8 rustPlatform.buildRustPackage rec {
12 src = fetchFromGitHub {
16 sha256 = "sha256-y2D/80pnpYpTl+q9COTQkvtj9lzBlOWuMcnn5WFnX8E=";
19 cargoHash = "sha256-SFNNpbHZdDJvH95f+VWyVKnQp3OJwQmCOqHtLAhhkOk=";
21 buildInputs = lib.optional stdenv.hostPlatform.isDarwin Security;
24 description = "Tool to wipe drives in a secure way";
25 homepage = "https://github.com/kostassoid/lethe";
26 license = licenses.asl20;
27 maintainers = with maintainers; [ fab ];
28 mainProgram = "lethe";