3
0
Fork 0
forked from mirrors/nixpkgs

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

httplib: 0.12.5 -> 0.12.6
This commit is contained in:
figsoda 2023-06-13 16:41:32 -04:00 committed by GitHub
commit e364e6458f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,13 +7,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "httplib"; pname = "httplib";
version = "0.12.5"; version = "0.12.6";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "yhirose"; owner = "yhirose";
repo = "cpp-httplib"; repo = "cpp-httplib";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-9qCquF6DXpgtrfXVd/hc8n1Eu1nOxf/Lm+R13QI0N9Q="; hash = "sha256-7bH7bq6lsobf5ZEyxPXPqPopZyn9NKInlqmuNzmHkkM=";
}; };
nativeBuildInputs = [ cmake ]; nativeBuildInputs = [ cmake ];