httplib: 0.14.1 -> 0.14.2

This commit is contained in:
R. Ryantm 2023-12-15 19:42:56 +00:00
parent d17c5a31dc
commit eb9018d592

View File

@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "httplib";
version = "0.14.1";
version = "0.14.2";
src = fetchFromGitHub {
owner = "yhirose";
repo = "cpp-httplib";
rev = "v${version}";
hash = "sha256-JBs2FvcdAvxysYhzakP0wU/mUCWfKZ8dk5ROWL5sej0=";
hash = "sha256-JfxeXHo34MKtAkMO3pNWiPorh3f8s4SVrdAaydVYdrY=";
};
nativeBuildInputs = [ cmake ];