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

httplib: 0.15.0 -> 0.15.2
This commit is contained in:
Nick Cao 2024-02-03 16:59:18 -05:00 committed by GitHub
commit 1492089d3e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "httplib";
version = "0.15.0";
version = "0.15.2";
src = fetchFromGitHub {
owner = "yhirose";
repo = "cpp-httplib";
rev = "v${version}";
hash = "sha256-HV2RiWu4rt3rau/flcha500R67oGwbmyEPPnklpAvgY=";
hash = "sha256-DNktnRckqiZf0EQ96LfweDvBNgcX8u3Gry1LCs/Qj74=";
};
nativeBuildInputs = [ cmake ];