Merge pull request #117694 from payasrelekar/master

xh: 0.9.1 -> 0.9.2
This commit is contained in:
Sandro 2021-03-26 17:07:22 +01:00 committed by GitHub
commit 97b9e30339
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,16 +3,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "xh"; pname = "xh";
version = "0.9.1"; version = "0.9.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "ducaale"; owner = "ducaale";
repo = "xh"; repo = "xh";
rev = "v${version}"; rev = "v${version}";
sha256 = "pRVlcaPfuO7IMH2p0AQfVrCIXCRyF37WIirOJQkcAJE="; sha256 = "cOlya3ngIoaoqzh0fIbNAjwO7S7wZCQk7WVqgZona8A=";
}; };
cargoSha256 = "dXo1+QvCW3CWN2OhsqGh2Q1xet6cmi2xVy1Xk7s1YR8="; cargoSha256 = "5B2fY+S9z6o+CHCIK93+Yj8dpaiQi4PSMQw1mfXg1NA=";
nativeBuildInputs = [ pkg-config ]; nativeBuildInputs = [ pkg-config ];