xh: 0.24.0 -> 0.24.1 (#403648)

Nick Cao 433fa4b6 4cb40a33

Changed files
+3 -3
pkgs
by-name
xh
+3 -3
pkgs/by-name/xh/xh/package.nix
···
rustPlatform.buildRustPackage rec {
pname = "xh";
-
version = "0.24.0";
+
version = "0.24.1";
src = fetchFromGitHub {
owner = "ducaale";
repo = "xh";
rev = "v${version}";
-
hash = "sha256-5Eq/rJ917zjlTnuxdIWhBNr8LA/ag+fyECYYX5k2S7I=";
+
hash = "sha256-2c96O5SL6tcPSbxx8NYxG8LDX3ZgyxEMmEeJnKDwb38=";
};
useFetchCargoVendor = true;
-
cargoHash = "sha256-jeEhlpOl4ZiR1kQxCI3e6jacszVogzROpFC2w43BjZ0=";
+
cargoHash = "sha256-oncf3Hd85LgKn8KSDIBHXLJ3INzfp0X/Ng9OjAltLB4=";
buildFeatures = lib.optional withNativeTls "native-tls";