httplib: 0.18.0 -> 0.18.1 (#351140)

This commit is contained in:
Weijia Wang
2024-11-01 18:07:43 +01:00
committed by GitHub
+2 -2
View File
@@ -8,13 +8,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "httplib";
version = "0.18.0";
version = "0.18.1";
src = fetchFromGitHub {
owner = "yhirose";
repo = "cpp-httplib";
rev = "v${finalAttrs.version}";
hash = "sha256-cR1yRqZ6hZeGtMhiW003zcN0d/f/v1gMMNiL0hA1r6I=";
hash = "sha256-NLSflHzxXby+SpLFg32BfRafey48DZ0XULQeyHQJHP4=";
};
nativeBuildInputs = [ cmake ];