Commit 70ae1f4f authored by figsoda's avatar figsoda
Browse files
parent 0734b7d3
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -12,15 +12,15 @@

rustPlatform.buildRustPackage rec {
  pname = "httplz";
  version = "1.12.6";
  version = "1.13.0";

  src = fetchCrate {
    inherit version;
    pname = "https";
    sha256 = "sha256-qkhou4Rmv31zwyL8aM7U0YUZwOb3KQMHdOQsOrRI1TA=";
    hash = "sha256-sTkj2UkUENpezPFAzyDUz6rC4F0G864uLLYOU9fyXjo=";
  };

  cargoSha256 = "sha256-BuNCKtK9ePV0d9o/DlW098Y4DWTIl0YKyryXMv09Woc=";
  cargoHash = "sha256-omjm+NSny1NLUj9MCeGU6XgrVRAxMJzTbvIyfmWgoCU=";

  nativeBuildInputs = [
    installShellFiles
@@ -46,6 +46,7 @@ rustPlatform.buildRustPackage rec {
  meta = with lib; {
    description = "A basic http server for hosting a folder fast and simply";
    homepage = "https://github.com/thecoshman/http";
    changelog = "https://github.com/thecoshman/http/releases/tag/v${version}";
    license = licenses.mit;
    maintainers = with maintainers; [ figsoda ];
  };