httplz: 1.5.1 -> 1.5.2

wip/yesman
Bruno Bigras 5 years ago
parent 2d09e48929
commit fc1f812a44
  1. 639
      pkgs/tools/networking/httplz/cargo-lock.patch
  2. 6
      pkgs/tools/networking/httplz/default.nix

File diff suppressed because it is too large Load Diff

@ -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";

Loading…
Cancel
Save