Merge pull request #183053 from figsoda/update-httplz

httplz: 1.12.4 -> 1.12.5
This commit is contained in:
Mario Rodas 2022-07-27 06:49:52 -05:00 committed by GitHub
commit f568f4bf46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,15 +13,15 @@
rustPlatform.buildRustPackage rec {
pname = "httplz";
version = "1.12.4";
version = "1.12.5";
src = fetchCrate {
inherit version;
pname = "https";
sha256 = "sha256-4+iIFLtPVs4PHOzfXfretCuZ0iBcqMVNnYFjEVhvBjk=";
sha256 = "sha256-+nCqMTLrBYNQvoKo1PzkyzRCkKdlE88+NYoJcIlAJts=";
};
cargoSha256 = "sha256-VOzMf9hOrAEGwtW9h8CnG/Df2KgEVhNqqdL762Gs2dE=";
cargoSha256 = "sha256-odiVIfNJPpagoASnYvdOosHXa37gbQM8Zmvtnao0pAs=";
nativeBuildInputs = [
installShellFiles