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

httplib: 0.12.6 -> 0.13.1
This commit is contained in:
Weijia Wang 2023-07-11 22:02:47 +03:00 committed by GitHub
commit 22e41cd163
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.6";
version = "0.13.1";
src = fetchFromGitHub {
owner = "yhirose";
repo = "cpp-httplib";
rev = "v${version}";
hash = "sha256-7bH7bq6lsobf5ZEyxPXPqPopZyn9NKInlqmuNzmHkkM=";
hash = "sha256-2vS8gdJrf7Iz6F5kyyWlr7zB1eBDjxdLesJcnkhg5eE=";
};
nativeBuildInputs = [ cmake ];