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

httplib: 0.17.0 -> 0.17.3 (#340960)

parent 02ea5fbe
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

stdenv.mkDerivation rec {
  pname = "httplib";
  version = "0.17.0";
  version = "0.17.3";

  src = fetchFromGitHub {
    owner = "yhirose";
    repo = "cpp-httplib";
    rev = "v${version}";
    hash = "sha256-F/+w7viOWesdPZR8bBXEO9D/5sLQnKp2hyXCMSS6E/k=";
    hash = "sha256-yvaPIbRqJGkiob3Nrv3H1ieFAC5b+h1tTncJWTy4dmk=";
  };

  nativeBuildInputs = [ cmake ];