about summary refs log tree commit diff
path: root/pkgs/tools/misc/dust/default.nix
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-03-17 06:01:16 +0000
committerGitHub <noreply@github.com>2023-03-17 06:01:16 +0000
commitf5629a45189a88cd0c362b5c694f74d5c700967d (patch)
treebe4b2e3332cfd7aacb4bdff8f35cdfe2c587bf92 /pkgs/tools/misc/dust/default.nix
parent674601744420b9b4571f86122e976036e089b786 (diff)
parent3ea25207c06717da0552ce1dfdcb896a6d985b36 (diff)
downloadnixlib-f5629a45189a88cd0c362b5c694f74d5c700967d.tar
nixlib-f5629a45189a88cd0c362b5c694f74d5c700967d.tar.gz
nixlib-f5629a45189a88cd0c362b5c694f74d5c700967d.tar.bz2
nixlib-f5629a45189a88cd0c362b5c694f74d5c700967d.tar.lz
nixlib-f5629a45189a88cd0c362b5c694f74d5c700967d.tar.xz
nixlib-f5629a45189a88cd0c362b5c694f74d5c700967d.tar.zst
nixlib-f5629a45189a88cd0c362b5c694f74d5c700967d.zip
Merge master into staging-next
Diffstat (limited to 'pkgs/tools/misc/dust/default.nix')
-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 b6a17a38b5bf..15c1915e66fc 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.4";
+  version = "0.8.5";
 
   src = fetchFromGitHub {
     owner = "bootandy";
     repo = "dust";
     rev = "v${version}";
-    sha256 = "sha256-g1i003nBbTYIuKG4ZCQSoI8gINTVc8BKRoO3UOeHOGE=";
+    sha256 = "sha256-NP87I2D3+hKfyeK+QawVopSJOKYmGNH9XvNR9GTQcls=";
     # 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 {
     '';
   };
 
-  cargoHash = "sha256-jtQ/nkD5XMD2rsq550XsRK416wOCR3OuhgGPeuC3jzc=";
+  cargoHash = "sha256-weg1etimlSenKP6UNuO8iM7gbH3+7XP98xYE4VlHhhs=";
 
   nativeBuildInputs = [ installShellFiles ];