about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-01-18 17:44:03 +0100
committerGitHub <noreply@github.com>2021-01-18 17:44:03 +0100
commit0dfe3152b68509fbf05c0819eaf84dd75d85fe7e (patch)
treeec14b42aa92ab085dba4de6f28994878f293f0cb /pkgs/tools
parentd3836db3701c97cb474e889565c2fa92708df804 (diff)
parentc514b2dc3c34eff34a741e0167f8750132eb219d (diff)
downloadnixlib-0dfe3152b68509fbf05c0819eaf84dd75d85fe7e.tar
nixlib-0dfe3152b68509fbf05c0819eaf84dd75d85fe7e.tar.gz
nixlib-0dfe3152b68509fbf05c0819eaf84dd75d85fe7e.tar.bz2
nixlib-0dfe3152b68509fbf05c0819eaf84dd75d85fe7e.tar.lz
nixlib-0dfe3152b68509fbf05c0819eaf84dd75d85fe7e.tar.xz
nixlib-0dfe3152b68509fbf05c0819eaf84dd75d85fe7e.tar.zst
nixlib-0dfe3152b68509fbf05c0819eaf84dd75d85fe7e.zip
Merge pull request #109782 from r-ryantm/auto-update/dua
dua: 2.10.5 -> 2.10.9
Diffstat (limited to 'pkgs/tools')
-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 a2f3938adec1..7379c666e377 100644
--- a/pkgs/tools/misc/dua/default.nix
+++ b/pkgs/tools/misc/dua/default.nix
@@ -2,13 +2,13 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "dua";
-  version = "2.10.5";
+  version = "2.10.9";
 
   src = fetchFromGitHub {
     owner = "Byron";
     repo = "dua-cli";
     rev = "v${version}";
-    sha256 = "0imf9ngmyhyj5jdr99g1xc3vqzr61fnz32bxhmy63n1szylig5zq";
+    sha256 = "sha256-Dx6yVgmi0CTKpBKQ5US+UpiI0d1S4vPZSbRWmmnHIMk=";
     # Remove unicode file names which leads to different checksums on HFS+
     # vs. other filesystems because of unicode normalisation.
     extraPostFetch = ''
@@ -16,7 +16,7 @@ rustPlatform.buildRustPackage rec {
     '';
   };
 
-  cargoSha256 = "1czc0jma5k6idv463kn5qrirq8apgfrcxwv2yjk0pxy6vkji6154";
+  cargoSha256 = "sha256-OFmDllEQKeByzra/XttQzdlBlahHvKsZM1ShsmV1OcM=";
 
   doCheck = false;