Merge pull request #262636 from figsoda/xh

xh: 0.19.1 -> 0.19.3

authored by Felix Bühler and committed by GitHub 5f29c230 978b618c

+3 -3
+3 -3
pkgs/tools/networking/xh/default.nix
··· 11 12 rustPlatform.buildRustPackage rec { 13 pname = "xh"; 14 - version = "0.19.1"; 15 16 src = fetchFromGitHub { 17 owner = "ducaale"; 18 repo = "xh"; 19 rev = "v${version}"; 20 - sha256 = "sha256-R15l73ApQ5apZsJ9+wLuse50nqZObTLurt0pXu5p5BE="; 21 }; 22 23 - cargoSha256 = "sha256-GGn5cNOIgCBl4uEIYxw5CIgd6uPHkid9MHnLCpuNX7I="; 24 25 buildFeatures = lib.optional withNativeTls "native-tls"; 26
··· 11 12 rustPlatform.buildRustPackage rec { 13 pname = "xh"; 14 + version = "0.19.3"; 15 16 src = fetchFromGitHub { 17 owner = "ducaale"; 18 repo = "xh"; 19 rev = "v${version}"; 20 + sha256 = "sha256-O/tHBaopFzAVcWdwiMddemxwuYhYVaShXkP9Mwdqs/w="; 21 }; 22 23 + cargoSha256 = "sha256-8sss2UG1EVbzCDwCREQx2mb9V0eJjeKhcUUqfN+Aepk="; 24 25 buildFeatures = lib.optional withNativeTls "native-tls"; 26