Unverified Commit 2650f881 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #220657 from r-ryantm/auto-update/httplib

httplib: 0.12.0 -> 0.12.1
parents 96563dde e58ca987
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@

stdenvNoCC.mkDerivation rec {
  pname = "httplib";
  version = "0.12.0";
  version = "0.12.1";

  src = fetchFromGitHub {
    owner = "yhirose";
    repo = "cpp-httplib";
    rev = "v${version}";
    hash = "sha256-Qr8jaZSj5xPiTF8reur09/R2jrtDk5hxHKeVTccHbZQ=";
    hash = "sha256-F0MXuScZP2kmyCWv+DVXOB9rRk2T7hMgum7Zbs8X7QI=";
  };

  # Header-only library.