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

httplib: 0.12.2 -> 0.12.3
This commit is contained in:
Weijia Wang 2023-05-06 12:33:46 +03:00 committed by GitHub
commit 64fba5e0b8
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.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 ];