3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #161933 from r-ryantm/auto-update/httplz

httplz: 1.12.3 -> 1.12.4
This commit is contained in:
Fabian Affolter 2022-02-26 09:37:50 +01:00 committed by GitHub
commit b868140106
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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