Merge pull request #299050 from aaronjheng/dust

dust: 0.9.0 -> 1.0.0

authored by Silvan Mosberger and committed by GitHub 320b59ed 2d967478

+4 -4
+4 -4
pkgs/by-name/du/dust/package.nix
··· 5 5 # Since then, `dust` has been freed up, allowing this package to take that attribute. 6 6 # However in order for tools like `nix-env` to detect package updates, keep `du-dust` for pname. 7 7 pname = "du-dust"; 8 - version = "0.9.0"; 8 + version = "1.0.0"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "bootandy"; 12 12 repo = "dust"; 13 13 rev = "v${version}"; 14 - hash = "sha256-5X7gRMTUrG6ecZnwExBTadOJo/HByohTMDsgxFmp1HM="; 14 + hash = "sha256-KTsB9QqcLafG2XNj8PdkzwVrFDmpBQzNyDLajT/JDz0="; 15 15 # Remove unicode file names which leads to different checksums on HFS+ 16 16 # vs. other filesystems because of unicode normalisation. 17 17 postFetch = '' ··· 19 19 ''; 20 20 }; 21 21 22 - cargoHash = "sha256-uc7jbA8HqsH1bSJgbnUVT/f7F7kZJ4Jf3yyFvseH7no="; 22 + cargoHash = "sha256-d6Mnuo6JlbuHUGz+UCmC8jvNks3SpeP/aNQGXHBzB+8="; 23 23 24 24 nativeBuildInputs = [ installShellFiles ]; 25 25 ··· 36 36 description = "du + rust = dust. Like du but more intuitive"; 37 37 homepage = "https://github.com/bootandy/dust"; 38 38 license = licenses.asl20; 39 - maintainers = with maintainers; [ infinisil ]; 39 + maintainers = with maintainers; [ aaronjheng ]; 40 40 mainProgram = "dust"; 41 41 }; 42 42 }