1 { lib, stdenv, rustPlatform, fetchFromGitHub }:
3 rustPlatform.buildRustPackage rec {
7 src = fetchFromGitHub {
11 sha256 = "1pmbag3r2ka30zmy2rs9jps2qxj2zh0gy4a774v9yhf0b6qjid54";
14 cargoHash = "sha256-S/ne3iTEnlA3AqcPg3geLzV4bYVuYPjMCITSVJFnWYI=";
16 # 1 passed; 44 failed https://hydra.nixos.org/build/148943783/nixlog/1
17 doCheck = !stdenv.hostPlatform.isDarwin;
20 description = "Terminal disk space navigator";
21 homepage = "https://github.com/imsnif/diskonaut";
22 license = licenses.mit;
23 maintainers = with maintainers; [ evanjs figsoda ];
24 mainProgram = "diskonaut";