Merge pull request #148800 from r-ryantm/auto-update/xh

xh: 0.14.0 -> 0.14.1
This commit is contained in:
figsoda 2021-12-05 21:07:44 -05:00 committed by GitHub
commit 564f54ebd0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -11,16 +11,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "xh"; pname = "xh";
version = "0.14.0"; version = "0.14.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "ducaale"; owner = "ducaale";
repo = "xh"; repo = "xh";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-G6uAHpptX+hvh0ND+mqgR3AG0GT/qily6Y8Pt5yVbxg="; sha256 = "sha256-zq1jpkMcq7WHc6weht2iEFMlxIJSoDreWqJCi8F+Lxs=";
}; };
cargoSha256 = "sha256-W2l1kiD2yY6FFA29WYPlWCjxKzuSgCdPN8M8bE4QGMU="; cargoSha256 = "sha256-NcznWWMcgK4RixqvumPEQUlvIFRyYkbeTTGvjQ91ggE=";
buildFeatures = lib.optional withNativeTls "native-tls"; buildFeatures = lib.optional withNativeTls "native-tls";