httplib: 0.14.3 -> 0.15.0

This commit is contained in:
R. Ryantm 2024-01-28 14:05:33 +00:00
parent 5ee6b5165a
commit 6b8fccf72c

View file

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