summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-03-20 11:07:03 +0000
committerYt <raphael@megzari.com>2022-03-20 15:39:57 -0400
commita3f2a62e4bae6075c51d793e9ea01863697f5da5 (patch)
tree5685f0147505a45a4b74471b00ed9740ce2ffd0f
parentba39a493b7d47e1b34b33a264ee9adab1f1cf39e (diff)
downloadnixpkgs-a3f2a62e4bae6075c51d793e9ea01863697f5da5.tar
nixpkgs-a3f2a62e4bae6075c51d793e9ea01863697f5da5.tar.gz
nixpkgs-a3f2a62e4bae6075c51d793e9ea01863697f5da5.tar.bz2
nixpkgs-a3f2a62e4bae6075c51d793e9ea01863697f5da5.tar.lz
nixpkgs-a3f2a62e4bae6075c51d793e9ea01863697f5da5.tar.xz
nixpkgs-a3f2a62e4bae6075c51d793e9ea01863697f5da5.tar.zst
nixpkgs-a3f2a62e4bae6075c51d793e9ea01863697f5da5.zip
dua: 2.17.0 -> 2.17.1
-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 f0984696fe3..d7f3eafe3ec 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.17.0";
+  version = "2.17.1";
 
   buildInputs = lib.optionals stdenv.isDarwin [ libiconv Foundation ];
 
@@ -10,7 +10,7 @@ rustPlatform.buildRustPackage rec {
     owner = "Byron";
     repo = "dua-cli";
     rev = "v${version}";
-    sha256 = "sha256-yac/WUVL10JU1V5f9LYh57yYzZ2JMf24jMd8Mun7OMU=";
+    sha256 = "sha256-58l0E5wwRKbF/ja3fmMMBIONjuwVOxlwdKRT5BeO9MQ=";
     # 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-Q0ZLMbnQeG/64QvAIPpa3k+lI6dbSSQcdYb5e2rX8U0=";
+  cargoSha256 = "sha256-nft0wrgTMrI8Tav6NcqPwSF8Q367twIOr1voBsW2488=";
 
   doCheck = false;