httplib: 0.11.3 -> 0.11.4

This commit is contained in:
R. Ryantm 2023-01-14 02:24:17 +00:00 committed by Bobby Rong
parent f51111db49
commit c596c05fd9

View File

@ -5,13 +5,13 @@
stdenvNoCC.mkDerivation rec {
pname = "httplib";
version = "0.11.3";
version = "0.11.4";
src = fetchFromGitHub {
owner = "yhirose";
repo = "cpp-httplib";
rev = "v${version}";
hash = "sha256-gly0AQ2DCZJQCAPQL5Xsc/kTvFK2twIDbHwbjvrW+P4=";
hash = "sha256-RTC2Q8T5tvi27BuZuH++wmKZ3bvIHL09S4F8YeO5Fbg=";
};
# Header-only library.