summary refs log tree commit diff
path: root/pkgs/tools/networking/xh
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-09-17 18:55:47 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2021-09-17 18:55:47 +0000
commitb21ca6aeaee605361255803ecd38f92028bcac79 (patch)
treedbb9268438e6913aac08e53c9d00abfc74f6b1e9 /pkgs/tools/networking/xh
parent3f6e7482ee37808794c71625de8bed9317691e30 (diff)
downloadnixpkgs-b21ca6aeaee605361255803ecd38f92028bcac79.tar
nixpkgs-b21ca6aeaee605361255803ecd38f92028bcac79.tar.gz
nixpkgs-b21ca6aeaee605361255803ecd38f92028bcac79.tar.bz2
nixpkgs-b21ca6aeaee605361255803ecd38f92028bcac79.tar.lz
nixpkgs-b21ca6aeaee605361255803ecd38f92028bcac79.tar.xz
nixpkgs-b21ca6aeaee605361255803ecd38f92028bcac79.tar.zst
nixpkgs-b21ca6aeaee605361255803ecd38f92028bcac79.zip
xh: 0.12.0 -> 0.13.0
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 90f99120cd4..75eaa8774df 100644
--- a/pkgs/tools/networking/xh/default.nix
+++ b/pkgs/tools/networking/xh/default.nix
@@ -3,16 +3,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "xh";
-  version = "0.12.0";
+  version = "0.13.0";
 
   src = fetchFromGitHub {
     owner = "ducaale";
     repo = "xh";
     rev = "v${version}";
-    sha256 = "sha256-icJBQdFWdiHCYrZ7U90g6CdXdAkv3Y/WJu0IfZAdGv0=";
+    sha256 = "sha256-fTd4VSUUj9Im+kCEuFgDsA7eofM1xQfrRzigr1vyJ3I=";
   };
 
-  cargoSha256 = "sha256-htv5OQnat4Qi6A6lmVonuz+8/DWz8fOGYPbnCnlizBo=";
+  cargoSha256 = "sha256-yZdGw/6iVg8PaUyjTrxj6h/2yhBtqEqvMhdRHhMwDZc=";
 
   nativeBuildInputs = [ installShellFiles pkg-config ];