Merge pull request #175866 from SuperSandro2000/xh

xh: 0.15.0 -> 0.16.1

authored by Sandro and committed by GitHub ddcc047a 625bba5a

+3 -3
+3 -3
pkgs/tools/networking/xh/default.nix
··· 11 11 12 12 rustPlatform.buildRustPackage rec { 13 13 pname = "xh"; 14 - version = "0.15.0"; 14 + version = "0.16.1"; 15 15 16 16 src = fetchFromGitHub { 17 17 owner = "ducaale"; 18 18 repo = "xh"; 19 19 rev = "v${version}"; 20 - sha256 = "sha256-+GiVehgU0g/rHeikSyACbTdCdpjHd8WxjkP+uxCylnY="; 20 + sha256 = "sha256-y+Bixr+WRoTGjenkHSLbVmb9IHr9nicrAWyvkg5ey8E="; 21 21 }; 22 22 23 - cargoSha256 = "sha256-G3jaM6U7O+GLAiAbaWMIyh6Ksu4ypTK50s/RNe2wT3c="; 23 + cargoSha256 = "sha256-wyK10D9MMyNF+JSacWW6GQcaMYMbDf1PHhuZ5LwZo+I="; 24 24 25 25 buildFeatures = lib.optional withNativeTls "native-tls"; 26 26