httplib: 0.12.2 -> 0.12.3

This commit is contained in:
R. Ryantm 2023-05-06 06:17:06 +00:00
parent 08ba5ce824
commit 0cbf682e6d

View File

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