about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorVladyslav M <dywedir@gra.red>2020-06-06 16:23:45 +0300
committerGitHub <noreply@github.com>2020-06-06 16:23:45 +0300
commit6cfeaa63e75ddc2fc9e43aa533842d29962fc98e (patch)
treee9d7e7a8409bc97b4cea108e64e4158ea939811d /pkgs/tools
parente63c8c420ccebcacbc371b6d2cca427d49cd436d (diff)
parentec9b715ec0ae675f737f18fe4e5b968885038b12 (diff)
downloadnixlib-6cfeaa63e75ddc2fc9e43aa533842d29962fc98e.tar
nixlib-6cfeaa63e75ddc2fc9e43aa533842d29962fc98e.tar.gz
nixlib-6cfeaa63e75ddc2fc9e43aa533842d29962fc98e.tar.bz2
nixlib-6cfeaa63e75ddc2fc9e43aa533842d29962fc98e.tar.lz
nixlib-6cfeaa63e75ddc2fc9e43aa533842d29962fc98e.tar.xz
nixlib-6cfeaa63e75ddc2fc9e43aa533842d29962fc98e.tar.zst
nixlib-6cfeaa63e75ddc2fc9e43aa533842d29962fc98e.zip
Merge pull request #89602 from r-ryantm/auto-update/dua
dua: 2.6.0 -> 2.6.1
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 cb000b294723..a79059dff071 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.6.0";
+  version = "2.6.1";
 
   src = fetchFromGitHub {
     owner = "Byron";
     repo = "dua-cli";
     rev = "v${version}";
-    sha256 = "1697z9j0xd4il01bcvz1xwzkcg5mbkpp207mshb9csdhwi9a50wg";
+    sha256 = "0wq6cqznbpkiy9vz3slpcnxlsxff6gx5x7fsbd67q6jv5zhkn881";
     # 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 = "1rczq41jpds7kfyf31nxj4v8rk9rccijjixpznhlriam6xhgm90b";
+  cargoSha256 = "096c6i1hqyygaifnm2kg53x22a8hhfxfz22qlssh1rw79bj82q0x";
 
   doCheck = false;