httplib: 0.15.3 -> 0.16.0

This commit is contained in:
R. Ryantm 2024-06-12 01:40:18 +00:00
parent e913ae3400
commit 60d9327921

View File

@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "httplib";
version = "0.15.3";
version = "0.16.0";
src = fetchFromGitHub {
owner = "yhirose";
repo = "cpp-httplib";
rev = "v${version}";
hash = "sha256-+YAjmsZvBkOk5bsjE07weTNUmevHd1ZXP0bv5QbkZMs=";
hash = "sha256-1w7uu2E4YIcGWNq//BZ2wtDKj9/tgmIhkJgadvCKmVg=";
};
nativeBuildInputs = [ cmake ];