summary refs log tree commit diff
path: root/pkgs/tools/misc/dua
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-07-21 10:46:44 +0000
committerRaphael Megzari <raphael@megzari.com>2021-07-22 14:49:10 +0900
commit64538f92553066d0ce61024b306046912c6392e4 (patch)
tree36ba25f2b8e55b4cc63efe4ef3f5d5173ce8fc1b /pkgs/tools/misc/dua
parent5efc01ff8fe9d89adb1feaf3dd035c86f3138778 (diff)
downloadnixpkgs-64538f92553066d0ce61024b306046912c6392e4.tar
nixpkgs-64538f92553066d0ce61024b306046912c6392e4.tar.gz
nixpkgs-64538f92553066d0ce61024b306046912c6392e4.tar.bz2
nixpkgs-64538f92553066d0ce61024b306046912c6392e4.tar.lz
nixpkgs-64538f92553066d0ce61024b306046912c6392e4.tar.xz
nixpkgs-64538f92553066d0ce61024b306046912c6392e4.tar.zst
nixpkgs-64538f92553066d0ce61024b306046912c6392e4.zip
dua: 2.14.1 -> 2.14.2
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 d097beca911..627f2236179 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.1";
+  version = "2.14.2";
 
   buildInputs = lib.optionals stdenv.isDarwin [ libiconv ];
 
@@ -10,7 +10,7 @@ rustPlatform.buildRustPackage rec {
     owner = "Byron";
     repo = "dua-cli";
     rev = "v${version}";
-    sha256 = "sha256-46azJ7q0Ix/8wdg01hYQ2V2E4tBD/NDdHpexnFBD5so=";
+    sha256 = "sha256-gUTDiUH/jlGAGbhOOCa63wfNy5Y8W6VWlSb9E+hQjHY=";
     # 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-hCf6Ih2bJrMX2ntWbIrX3Dk8wI5tio+OcN4WNWuU7j4=";
+  cargoSha256 = "sha256-P8QFeP5KD5YeD4Px7OQNwCrvErgT9ytr4OlFkXuPgGU=";
 
   doCheck = false;