Merge pull request #242869 from r-ryantm/auto-update/cjson

cjson: 1.7.15 -> 1.7.16
This commit is contained in:
Weijia Wang 2023-07-11 21:48:40 +03:00 committed by GitHub
commit 7cb7c53c2f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "cjson";
version = "1.7.15";
version = "1.7.16";
src = fetchFromGitHub {
owner = "DaveGamble";
repo = "cJSON";
rev = "v${version}";
sha256 = "sha256-PpUVsLklcs5hCCsQcsXw0oEVIWecKnQO16Hy0Ba8ov8=";
sha256 = "sha256-sdhnDpaAO9Fau4uMzNXrbOJ2k0b8+MdhKh6rpFMUwaQ=";
};
nativeBuildInputs = [ cmake ];