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

httplib: 0.16.1 -> 0.16.2
This commit is contained in:
Nick Cao 2024-08-14 15:07:44 -04:00 committed by GitHub
commit c38a8de8c0
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.16.1";
version = "0.16.2";
src = fetchFromGitHub {
owner = "yhirose";
repo = "cpp-httplib";
rev = "v${version}";
hash = "sha256-8/m3i1ciSq+jybz0yxS3Lr9oeHpvOf6qKOwmzNloi+Y=";
hash = "sha256-BR6Iy3RkSuOZHAs7edd7JFBHxFlN+R/ZC1Xt8p6xe2A=";
};
nativeBuildInputs = [ cmake ];