about summary refs log tree commit diff
path: root/pkgs/tools/misc/dua
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2022-05-18 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2022-05-18 04:20:00 +0000
commit87eb72f1c3452171a93a760841050c2cdcbb1c7d (patch)
tree84ea166f9b79cd5ca7da9eb5d840a3b765fb07c4 /pkgs/tools/misc/dua
parent9bf39e1ed45d155845ea385ec48ae2c97e2332ff (diff)
dua: 2.17.1 -> 2.17.5
Diffstat (limited to 'pkgs/tools/misc/dua')
-rw-r--r--pkgs/tools/misc/dua/default.nix7
1 files changed, 4 insertions, 3 deletions
diff --git a/pkgs/tools/misc/dua/default.nix b/pkgs/tools/misc/dua/default.nix
index d7f3eafe3ecab..097aee5f06885 100644
--- a/pkgs/tools/misc/dua/default.nix
+++ b/pkgs/tools/misc/dua/default.nix
@@ -2,7 +2,7 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "dua";
-  version = "2.17.1";
+  version = "2.17.5";
 
   buildInputs = lib.optionals stdenv.isDarwin [ libiconv Foundation ];
 
@@ -10,7 +10,7 @@ rustPlatform.buildRustPackage rec {
     owner = "Byron";
     repo = "dua-cli";
     rev = "v${version}";
-    sha256 = "sha256-58l0E5wwRKbF/ja3fmMMBIONjuwVOxlwdKRT5BeO9MQ=";
+    sha256 = "sha256-dpkUbZz/bIiTMhZalXHGct77qMzYB6LATs7MPVyW1GY=";
     # Remove unicode file names which leads to different checksums on HFS+
     # vs. other filesystems because of unicode normalisation.
     extraPostFetch = ''
@@ -18,13 +18,14 @@ rustPlatform.buildRustPackage rec {
     '';
   };
 
-  cargoSha256 = "sha256-nft0wrgTMrI8Tav6NcqPwSF8Q367twIOr1voBsW2488=";
+  cargoSha256 = "sha256-xBiabY0aGPxrAHypuSg3AF/EcChDgtIK9cJDCeTNkm0=";
 
   doCheck = false;
 
   meta = with lib; {
     description = "A tool to conveniently learn about the disk usage of directories, fast!";
     homepage = "https://github.com/Byron/dua-cli";
+    changelog = "https://github.com/Byron/dua-cli/raw/v${version}/CHANGELOG.md";
     license = with licenses; [ mit ];
     maintainers = with maintainers; [ killercup ];
   };