11 rustPlatform.buildRustPackage {
15 src = fetchFromGitHub {
18 rev = "refs/tags/v${version}";
19 hash = "sha256-IheSAPk1l6wJ2v4RLPIPvY/5XMfh+vJLyQ/Lc7RrCJQ=";
22 cargoHash = "sha256-gYWTv0AXOmpx9Nc8akBMVWkESI0AtnGgvfH9hQZ0peo=";
24 buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [ darwin.apple_sdk.frameworks.Foundation ];
27 description = "Disk analyser and cleanup tool";
28 changelog = "https://github.com/ikebastuz/wiper/releases/tag/v${version}";
29 homepage = "https://github.com/ikebastuz/wiper";
30 license = lib.licenses.mit;
31 maintainers = with lib.maintainers; [ isabelroses ];
32 mainProgram = "wiper";