about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-11-21 21:21:06 -0500
committerGitHub <noreply@github.com>2023-11-21 21:21:06 -0500
commit5ba62661087eb748d830a2317110165073cfe95b (patch)
tree04b6760aeeae90cf5fcea8e2483385c42fb35086 /pkgs/tools
parent0204a5e09351bdb80129e3a4bb307e6cbbbc1d5b (diff)
parent0c920c71f06bd383599eda004fd7f728385ba420 (diff)
downloadnixlib-5ba62661087eb748d830a2317110165073cfe95b.tar
nixlib-5ba62661087eb748d830a2317110165073cfe95b.tar.gz
nixlib-5ba62661087eb748d830a2317110165073cfe95b.tar.bz2
nixlib-5ba62661087eb748d830a2317110165073cfe95b.tar.lz
nixlib-5ba62661087eb748d830a2317110165073cfe95b.tar.xz
nixlib-5ba62661087eb748d830a2317110165073cfe95b.tar.zst
nixlib-5ba62661087eb748d830a2317110165073cfe95b.zip
Merge pull request #268992 from figsoda/dua
dua: 2.20.2 -> 2.20.3
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 2a2a3d3611cf..e197c0f90ad8 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.2";
+  version = "2.20.3";
 
   src = fetchFromGitHub {
     owner = "Byron";
     repo = "dua-cli";
     rev = "v${version}";
-    hash = "sha256-xF7+yOtVT464C+LWjho+eMgvTqL58YZ8COnDzw5gL3c=";
+    hash = "sha256-9Qt6/LH30nz4oyP+kXhExzKpPcHRRGYkG43Mjl/ZBoc=";
     # 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-ttj770aw5NOb2+R2dTxN6Trkz0k5iVWhvHPoG9fzUbw=";
+  cargoHash = "sha256-xBuc+nh3koLn4/wgrvVjWVc9mjX/6ElAN4n9dWxs5fs=";
 
   buildInputs = lib.optionals stdenv.isDarwin [
     darwin.apple_sdk.frameworks.Foundation