summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-11-19 15:02:00 -0500
committerfigsoda <figsoda@pm.me>2023-11-19 15:02:00 -0500
commit22bdd87f31195d55d336817c6b62c3c779e47004 (patch)
treef2014daccee205cdbe08688c23a5c7c52d0218e0 /pkgs/tools
parent9d2e609d61c254e88ade2350448c6a21a7a0d28f (diff)
xh: 0.19.4 -> 0.20.1
Diff: https://github.com/ducaale/xh/compare/v0.19.4...v0.20.1

Changelog: https://github.com/ducaale/xh/blob/v0.20.1/CHANGELOG.md
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/networking/xh/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/networking/xh/default.nix b/pkgs/tools/networking/xh/default.nix
index 9d87db3408ef5..63ca778c6db47 100644
--- a/pkgs/tools/networking/xh/default.nix
+++ b/pkgs/tools/networking/xh/default.nix
@@ -11,16 +11,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "xh";
-  version = "0.19.4";
+  version = "0.20.1";
 
   src = fetchFromGitHub {
     owner = "ducaale";
     repo = "xh";
     rev = "v${version}";
-    sha256 = "sha256-L+qHcC5SQPHiflTc4vYmVyME1KyfG9wug3fO7ib7Ffk=";
+    sha256 = "sha256-e3AGegW0V7JK6iLy0PaMwSeA9+2wSouzX5QIYUg8HCk=";
   };
 
-  cargoSha256 = "sha256-W6fqZJcyKm5+4DFm+lFxIACw3nvQ6TK3sZJdIrkxjjw=";
+  cargoSha256 = "sha256-JE8SKxc7fKlK637NCZnTKkbF4GNrrvJQ/2kGxK4WXpg=";
 
   buildFeatures = lib.optional withNativeTls "native-tls";