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

httplib: 0.12.4 -> 0.12.5
This commit is contained in:
Nick Cao 2023-06-01 20:35:47 -06:00 committed by GitHub
commit a583b389b1
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.4";
version = "0.12.5";
src = fetchFromGitHub {
owner = "yhirose";
repo = "cpp-httplib";
rev = "v${version}";
hash = "sha256-tofgBLjVOuHgQW1iwOJER3VTj4L/uG0cBbaoXaKBWE0=";
hash = "sha256-9qCquF6DXpgtrfXVd/hc8n1Eu1nOxf/Lm+R13QI0N9Q=";
};
nativeBuildInputs = [ cmake ];