httplib: 0.12.3 -> 0.12.4

This commit is contained in:
R. Ryantm 2023-05-30 07:33:15 +00:00
parent 1eaf23e8fe
commit 43abbf53f8

View File

@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "httplib";
version = "0.12.3";
version = "0.12.4";
src = fetchFromGitHub {
owner = "yhirose";
repo = "cpp-httplib";
rev = "v${version}";
hash = "sha256-QHsa+Lmw9XTnwfyyY8b5I5PC8DFEIzwPvIdCwJWQz+I=";
hash = "sha256-tofgBLjVOuHgQW1iwOJER3VTj4L/uG0cBbaoXaKBWE0=";
};
nativeBuildInputs = [ cmake ];