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

httplib: 0.15.3 -> 0.16.0
This commit is contained in:
Weijia Wang 2024-06-14 23:35:13 +02:00 committed by GitHub
commit 2e608fc6a6
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.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 ];