3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #150783 from figsoda/update-httplz

httplz: 1.12.1 -> 1.12.2
This commit is contained in:
Mario Rodas 2021-12-14 21:41:23 -05:00 committed by GitHub
commit ef3a8a853b
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.1";
version = "1.12.2";
src = fetchCrate {
inherit version;
pname = "https";
sha256 = "sha256-vMhQHWzsZlqMVkEQHCZTB8T4ETTaf8iAS9QhgYdfcx0=";
sha256 = "sha256-FhxNYss6n0AJEszpJ7+6CAJE2sdsflWQkvSLakTnFdY=";
};
cargoSha256 = "sha256-9gnKVZ3HQs3kNj4i1cgC+Jl3dhjx7QRaHSih1HOB3nI=";
cargoSha256 = "sha256-wyksA3RYpGkD6nhllNv8WkUwEdml4TiPM2a4GzfBD1o=";
nativeBuildInputs = [
installShellFiles