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

httplib: 0.12.0 -> 0.12.1
This commit is contained in:
Mario Rodas 2023-03-11 14:59:36 -05:00 committed by GitHub
commit 2650f88157
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,13 +5,13 @@
stdenvNoCC.mkDerivation rec {
pname = "httplib";
version = "0.12.0";
version = "0.12.1";
src = fetchFromGitHub {
owner = "yhirose";
repo = "cpp-httplib";
rev = "v${version}";
hash = "sha256-Qr8jaZSj5xPiTF8reur09/R2jrtDk5hxHKeVTccHbZQ=";
hash = "sha256-F0MXuScZP2kmyCWv+DVXOB9rRk2T7hMgum7Zbs8X7QI=";
};
# Header-only library.