Unverified Commit f30e1cd0 authored by R. RyanTM's avatar R. RyanTM Committed by GitHub
Browse files

httplib: 0.11.1 -> 0.11.3

parent 8fd00153
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@

stdenvNoCC.mkDerivation rec {
  pname = "httplib";
  version = "0.11.1";
  version = "0.11.3";

  src = fetchFromGitHub {
    owner = "yhirose";
    repo = "cpp-httplib";
    rev = "v${version}";
    sha256 = "sha256-rsElqtoRz/sOXpAsfSJbMlwIKdaGJkSZfKHzB/wMhY8=";
    hash = "sha256-gly0AQ2DCZJQCAPQL5Xsc/kTvFK2twIDbHwbjvrW+P4=";
  };

  # Header-only library.
@@ -25,6 +25,7 @@ stdenvNoCC.mkDerivation rec {
  meta = with lib; {
    description = "A C++ header-only HTTP/HTTPS server and client library";
    homepage = "https://github.com/yhirose/cpp-httplib";
    changelog = "https://github.com/yhirose/cpp-httplib/releases/tag/v${version}";
    maintainers = with maintainers; [ aidalgol ];
    license = licenses.mit;
  };