dust: 1.2.0 -> 1.2.1 (#414023)

authored by Felix Bargfeldt and committed by GitHub 9ea20578 4568fb42

+3 -3
+3 -3
pkgs/by-name/du/dust/package.nix
··· 12 12 # Since then, `dust` has been freed up, allowing this package to take that attribute. 13 13 # However in order for tools like `nix-env` to detect package updates, keep `du-dust` for pname. 14 14 pname = "du-dust"; 15 - version = "1.2.0"; 15 + version = "1.2.1"; 16 16 17 17 src = fetchFromGitHub { 18 18 owner = "bootandy"; 19 19 repo = "dust"; 20 20 tag = "v${finalAttrs.version}"; 21 - hash = "sha256-MmlCTF7tZBBOCnyhUjTatDjajFMGd+Nk2kYyxjzZc04="; 21 + hash = "sha256-3Mk2gPlnm2kTRbn74T1YDH/DnjAyhFZQFK83OQaDNeo="; 22 22 # Remove unicode file names which leads to different checksums on HFS+ 23 23 # vs. other filesystems because of unicode normalisation. 24 24 postFetch = '' ··· 27 27 }; 28 28 29 29 useFetchCargoVendor = true; 30 - cargoHash = "sha256-H2tfDZBhIRRrdak8TWjzzjeJBQmYZVWqXNtxTnBnbDk="; 30 + cargoHash = "sha256-IZv4XQmBvxUp5k5bn5B4qTJAVBrRO0OZaUlqCni6NpI="; 31 31 32 32 nativeBuildInputs = [ installShellFiles ]; 33 33