httplib: 0.16.2 -> 0.16.3 (#336425)

This commit is contained in:
Johannes Jöns 2024-09-01 12:45:08 +00:00 committed by GitHub
commit 8a3867df6b
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.2";
version = "0.16.3";
src = fetchFromGitHub {
owner = "yhirose";
repo = "cpp-httplib";
rev = "v${version}";
hash = "sha256-BR6Iy3RkSuOZHAs7edd7JFBHxFlN+R/ZC1Xt8p6xe2A=";
hash = "sha256-wihYgQLPXElsLB6B3+VCP62CfuXZWS+1kw1gA3mdLv0=";
};
nativeBuildInputs = [ cmake ];