Unverified Commit 8a3867df authored by jopejoe1's avatar jopejoe1 Committed by GitHub
Browse files

httplib: 0.16.2 -> 0.16.3 (#336425)

parents b833ff01 5ea4f918
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.16.2";
  version = "0.16.3";

  src = fetchFromGitHub {
    owner = "yhirose";
    repo = "cpp-httplib";
    rev = "v${version}";
    hash = "sha256-BR6Iy3RkSuOZHAs7edd7JFBHxFlN+R/ZC1Xt8p6xe2A=";
    hash = "sha256-wihYgQLPXElsLB6B3+VCP62CfuXZWS+1kw1gA3mdLv0=";
  };

  nativeBuildInputs = [ cmake ];