httplib: 0.17.0 -> 0.17.3 (#340960)

This commit is contained in:
R. RyanTM 2024-09-12 23:34:49 +10:00 committed by GitHub
parent 02ea5fbeff
commit 594ec5bf19
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.17.0";
version = "0.17.3";
src = fetchFromGitHub {
owner = "yhirose";
repo = "cpp-httplib";
rev = "v${version}";
hash = "sha256-F/+w7viOWesdPZR8bBXEO9D/5sLQnKp2hyXCMSS6E/k=";
hash = "sha256-yvaPIbRqJGkiob3Nrv3H1ieFAC5b+h1tTncJWTy4dmk=";
};
nativeBuildInputs = [ cmake ];