summary refs log tree commit diff
path: root/pkgs/tools/networking/xh
diff options
context:
space:
mode:
authorGabriel Arazas <foodogsquared@foodogsquared.one>2023-10-14 18:22:28 +0800
committerGabriel Arazas <foodogsquared@foodogsquared.one>2023-10-14 18:22:28 +0800
commit568da999d1d1b41d6943a491717df6a99dc10e88 (patch)
tree575edc9e14d8839048a6bcbbbe25da1f70e969b6 /pkgs/tools/networking/xh
parent9b295ab713858412589e61c1f7c017e29699da0f (diff)
downloadnixpkgs-568da999d1d1b41d6943a491717df6a99dc10e88.tar
nixpkgs-568da999d1d1b41d6943a491717df6a99dc10e88.tar.gz
nixpkgs-568da999d1d1b41d6943a491717df6a99dc10e88.tar.bz2
nixpkgs-568da999d1d1b41d6943a491717df6a99dc10e88.tar.lz
nixpkgs-568da999d1d1b41d6943a491717df6a99dc10e88.tar.xz
nixpkgs-568da999d1d1b41d6943a491717df6a99dc10e88.tar.zst
nixpkgs-568da999d1d1b41d6943a491717df6a99dc10e88.zip
xh: 0.18.0 -> 0.19.1
Diffstat (limited to 'pkgs/tools/networking/xh')
-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 06cda849002..c4dc973a81d 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.18.0";
+  version = "0.19.1";
 
   src = fetchFromGitHub {
     owner = "ducaale";
     repo = "xh";
     rev = "v${version}";
-    sha256 = "sha256-2qZ+FGc8Y8HLJaQluVv036NG77lvaqsc3I5cmkD+r/M=";
+    sha256 = "sha256-R15l73ApQ5apZsJ9+wLuse50nqZObTLurt0pXu5p5BE=";
   };
 
-  cargoSha256 = "sha256-0lPEZ8Th3PAw6AEnb+ciKMhi5wysFCvYwiHd9/o8VVc=";
+  cargoSha256 = "sha256-GGn5cNOIgCBl4uEIYxw5CIgd6uPHkid9MHnLCpuNX7I=";
 
   buildFeatures = lib.optional withNativeTls "native-tls";