Merge pull request #67005 from bbigras/httplz

httplz: 1.5.1 -> 1.5.2
This commit is contained in:
Marek Mahut 2019-08-23 08:19:28 +02:00 committed by GitHub
commit bd67156e12
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 442 additions and 213 deletions

File diff suppressed because it is too large Load diff

View file

@ -2,20 +2,20 @@
rustPlatform.buildRustPackage rec {
pname = "httplz";
version = "1.5.1";
version = "1.5.2";
src = fetchFromGitHub {
owner = "thecoshman";
repo = "http";
rev = "v${version}";
sha256 = "00w8sy0m92by6lby1zb8hh36dnsrvwyyl56p6p7a1mf3iiq84r1y";
sha256 = "0q9ng8vf01k65zmcm7bbkqyrkj5hs86zdxwrfj98f4xqxrm75rf6";
};
buildInputs = with pkgs; [ openssl pkgconfig ] ++ lib.optionals stdenv.isDarwin [ libiconv darwin.apple_sdk.frameworks.Security ];
cargoBuildFlags = [ "--bin httplz" ];
cargoPatches = [ ./cargo-lock.patch ];
cargoSha256 = "1axf15ma7fkbphjc6hjrbcj9rbd1x5i4kyz7fjrlqjgdsmvaqc93";
cargoSha256 = "18qr3sy4zj4lwbzrz98d82kwagfbzkmrxk5sxl7w9vhdzy2diskw";
meta = with stdenv.lib; {
description = "A basic http server for hosting a folder fast and simply";