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

httplib: 0.15.2 -> 0.15.3
This commit is contained in:
Nikolay Korotkiy 2024-02-09 20:45:06 +04:00 committed by GitHub
commit d97333b81a
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.2";
version = "0.15.3";
src = fetchFromGitHub {
owner = "yhirose";
repo = "cpp-httplib";
rev = "v${version}";
hash = "sha256-DNktnRckqiZf0EQ96LfweDvBNgcX8u3Gry1LCs/Qj74=";
hash = "sha256-+YAjmsZvBkOk5bsjE07weTNUmevHd1ZXP0bv5QbkZMs=";
};
nativeBuildInputs = [ cmake ];