summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-08-06 05:48:34 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2021-08-06 05:48:34 +0000
commit94d45fc9730a5ea7bdcdd2f249bf475b9055780e (patch)
treedab9868a6f0c617f55642b951ab119b51c35c3a0
parent04b8bee53bc289d11c41b2259885ce54ca18ba2f (diff)
downloadnixpkgs-94d45fc9730a5ea7bdcdd2f249bf475b9055780e.tar
nixpkgs-94d45fc9730a5ea7bdcdd2f249bf475b9055780e.tar.gz
nixpkgs-94d45fc9730a5ea7bdcdd2f249bf475b9055780e.tar.bz2
nixpkgs-94d45fc9730a5ea7bdcdd2f249bf475b9055780e.tar.lz
nixpkgs-94d45fc9730a5ea7bdcdd2f249bf475b9055780e.tar.xz
nixpkgs-94d45fc9730a5ea7bdcdd2f249bf475b9055780e.tar.zst
nixpkgs-94d45fc9730a5ea7bdcdd2f249bf475b9055780e.zip
dua: 2.14.3 -> 2.14.4
-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 1d11f3c8deb..56880b6448d 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.3";
+  version = "2.14.4";
 
   buildInputs = lib.optionals stdenv.isDarwin [ libiconv Foundation ];
 
@@ -10,7 +10,7 @@ rustPlatform.buildRustPackage rec {
     owner = "Byron";
     repo = "dua-cli";
     rev = "v${version}";
-    sha256 = "sha256-Tste5DdUwCu1CNRzIcBEvyckrvhEg9C8M3y89luIMbE=";
+    sha256 = "sha256-0L5IiB/J4RO/KGSk/zZKLPpAneNGPDvhmPsNiZxImac=";
     # 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-iHRPgQtanW2LcFLPPHmr2n1NeAPi0mDmHNeIv524lrM=";
+  cargoSha256 = "sha256-Mb59ZkIQVAZ01e3njdIR+0pM+PKQgEDaUP4saMGYn/8=";
 
   doCheck = false;