summary refs log tree commit diff
path: root/pkgs/tools/misc/dust
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-08-24 10:08:09 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-08-24 10:08:09 +0000
commit5902c536aa4687bd09439b006fe6975ddc391a94 (patch)
tree59dd7be575454ef6c69b9416570457fdf2c24830 /pkgs/tools/misc/dust
parent6895427d343b92d2ee9a2e55ce77137869623e28 (diff)
downloadnixpkgs-5902c536aa4687bd09439b006fe6975ddc391a94.tar
nixpkgs-5902c536aa4687bd09439b006fe6975ddc391a94.tar.gz
nixpkgs-5902c536aa4687bd09439b006fe6975ddc391a94.tar.bz2
nixpkgs-5902c536aa4687bd09439b006fe6975ddc391a94.tar.lz
nixpkgs-5902c536aa4687bd09439b006fe6975ddc391a94.tar.xz
nixpkgs-5902c536aa4687bd09439b006fe6975ddc391a94.tar.zst
nixpkgs-5902c536aa4687bd09439b006fe6975ddc391a94.zip
du-dust: 0.8.1 -> 0.8.2
Diffstat (limited to 'pkgs/tools/misc/dust')
-rw-r--r--pkgs/tools/misc/dust/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/misc/dust/default.nix b/pkgs/tools/misc/dust/default.nix
index 88498f9b5df..c0746613157 100644
--- a/pkgs/tools/misc/dust/default.nix
+++ b/pkgs/tools/misc/dust/default.nix
@@ -2,13 +2,13 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "du-dust";
-  version = "0.8.1";
+  version = "0.8.2";
 
   src = fetchFromGitHub {
     owner = "bootandy";
     repo = "dust";
     rev = "v${version}";
-    sha256 = "sha256-7hhg54x8EZ3x40a8kaOUzhyHDF0CJ5dZibGVvcFF9zk=";
+    sha256 = "sha256-ZPIxJ8D8yxaL7RKIVKIIlqwUXBbVM0JprE5TSTGkhfI=";
     # Remove unicode file names which leads to different checksums on HFS+
     # vs. other filesystems because of unicode normalisation.
     postFetch = ''
@@ -16,7 +16,7 @@ rustPlatform.buildRustPackage rec {
     '';
   };
 
-  cargoSha256 = "sha256-fbNP89xg0Di/p/y78C9kar3UKOqkAJ94rJqZOWK3Rp0=";
+  cargoSha256 = "sha256-dgAyxSVNe+UKuT0UJqPvYcrLolKtC2+EN/okSvzkhcA=";
 
   doCheck = false;