9 stdenv.mkDerivation (finalAttrs: {
13 src = fetchFromGitHub {
16 rev = "v${finalAttrs.version}";
17 hash = "sha256-cR1yRqZ6hZeGtMhiW003zcN0d/f/v1gMMNiL0hA1r6I=";
20 nativeBuildInputs = [ cmake ];
22 buildInputs = [ openssl ];
27 homepage = "https://github.com/yhirose/cpp-httplib";
28 description = "C++ header-only HTTP/HTTPS server and client library";
29 changelog = "https://github.com/yhirose/cpp-httplib/releases/tag/${finalAttrs.src.rev}";
30 license = lib.licenses.mit;
31 maintainers = with lib.maintainers; [
34 platforms = lib.platforms.all;