about summary refs log tree commit diff
path: root/pkgs/tools/misc/dua
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-01-11 06:43:07 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-01-11 06:43:07 +0000
commitda2e5ac775db0a42ad6a90aa3a57c93c34b82bb7 (patch)
treec700d5e4febaca3fe38a6d2da300c36808fc738e /pkgs/tools/misc/dua
parent231e96096316ece50435387e15e0afbc81aa2c7e (diff)
dua: 2.14.11 -> 2.16.0
Diffstat (limited to 'pkgs/tools/misc/dua')
-rw-r--r--pkgs/tools/misc/dua/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/misc/dua/default.nix b/pkgs/tools/misc/dua/default.nix
index e94fabd015697..0b2d573714189 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.14.11";
+  version = "2.16.0";
 
   buildInputs = lib.optionals stdenv.isDarwin [ libiconv Foundation ];
 
@@ -10,7 +10,7 @@ rustPlatform.buildRustPackage rec {
     owner = "Byron";
     repo = "dua-cli";
     rev = "v${version}";
-    sha256 = "sha256-XMhgTJiP4whw1r+WtdG5CsQl/GIZPEg7/ElIEMZyWqM=";
+    sha256 = "sha256-16qe5FKMC8cpGDR5HRVslYfG/OA8NSCuAbHpG7dfb3A=";
     # Remove unicode file names which leads to different checksums on HFS+
     # vs. other filesystems because of unicode normalisation.
     extraPostFetch = ''
@@ -18,7 +18,7 @@ rustPlatform.buildRustPackage rec {
     '';
   };
 
-  cargoSha256 = "sha256-B4e8wT/RhpwtCb11HqN8vksshBaF/CmpMPT62aBuFnw=";
+  cargoSha256 = "sha256-FX8fkG+Ecx9ZnbpX8UlLKYh4V6IJ98IbvBln0gCdD2M=";
 
   doCheck = false;