about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-11-20 11:42:28 -0500
committerGitHub <noreply@github.com>2023-11-20 11:42:28 -0500
commitf1bc32773354cca19f08d712b00c2d59ba728f60 (patch)
tree1167f9dacab74a4172cd316cc70b9a0f46ddcda1 /pkgs
parented5e926ec4b6438ef7e19f0ab2eb82bd342084d7 (diff)
parent258e7ac023d014882bda0850efdc2031035ee1e7 (diff)
Merge pull request #268721 from mfrw/mfrw/dua-2.20.2
dua: 2.20.1 -> 2.20.2
Diffstat (limited to 'pkgs')
-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 767a1f5eaecff..2a2a3d3611cf3 100644
--- a/pkgs/tools/misc/dua/default.nix
+++ b/pkgs/tools/misc/dua/default.nix
@@ -7,13 +7,13 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "dua";
-  version = "2.20.1";
+  version = "2.20.2";
 
   src = fetchFromGitHub {
     owner = "Byron";
     repo = "dua-cli";
     rev = "v${version}";
-    hash = "sha256-yBPzf0ZpL49CupdtxjEo9QiOC5vwTcqdfAC2Q6WcNhE=";
+    hash = "sha256-xF7+yOtVT464C+LWjho+eMgvTqL58YZ8COnDzw5gL3c=";
     # Remove unicode file names which leads to different checksums on HFS+
     # vs. other filesystems because of unicode normalisation.
     postFetch = ''
@@ -21,7 +21,7 @@ rustPlatform.buildRustPackage rec {
     '';
   };
 
-  cargoHash = "sha256-jgPOC8xtxYyKhYzsJezefwgopVL+1MED+Wf5h6bCYBg=";
+  cargoHash = "sha256-ttj770aw5NOb2+R2dTxN6Trkz0k5iVWhvHPoG9fzUbw=";
 
   buildInputs = lib.optionals stdenv.isDarwin [
     darwin.apple_sdk.frameworks.Foundation