mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-04 21:03:15 +00:00
httplz: 1.5.0 -> 1.5.1
This commit is contained in:
parent
332a46b125
commit
42accfb7d1
File diff suppressed because it is too large
Load Diff
@ -2,20 +2,20 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "httplz";
|
pname = "httplz";
|
||||||
version = "1.5.0";
|
version = "1.5.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "thecoshman";
|
owner = "thecoshman";
|
||||||
repo = "http";
|
repo = "http";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0mb2wifz8pba03bdpiqadih33jimhg9crs4b72rcyfmj9l8fd1ba";
|
sha256 = "00w8sy0m92by6lby1zb8hh36dnsrvwyyl56p6p7a1mf3iiq84r1y";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = with pkgs; [ openssl pkgconfig ];
|
buildInputs = with pkgs; [ openssl pkgconfig ];
|
||||||
|
|
||||||
cargoBuildFlags = [ "--bin httplz" ];
|
cargoBuildFlags = [ "--bin httplz" ];
|
||||||
cargoPatches = [ ./cargo-lock.patch ];
|
cargoPatches = [ ./cargo-lock.patch ];
|
||||||
cargoSha256 = "0cy23smal6y5qj6a202zf7l76vwkpzvcjmlbq0ffyph3gq07ps7b";
|
cargoSha256 = "1axf15ma7fkbphjc6hjrbcj9rbd1x5i4kyz7fjrlqjgdsmvaqc93";
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A basic http server for hosting a folder fast and simply";
|
description = "A basic http server for hosting a folder fast and simply";
|
||||||
|
Loading…
Reference in New Issue
Block a user