Merge pull request #234954 from r-ryantm/auto-update/httplib

httplib: 0.12.3 -> 0.12.4
This commit is contained in:
Nick Cao 2023-05-30 02:24:18 -06:00 committed by GitHub
commit a328460d81
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ];