httplib: 0.15.0 -> 0.15.2

This commit is contained in:
R. Ryantm 2024-02-03 20:01:33 +00:00
parent 144fcada81
commit 33da84b0c7

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 ];