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

cjson: 1.7.17 -> 1.7.18
This commit is contained in:
Matthias Beyer
2024-05-13 18:50:56 +02:00
committed by GitHub
+2 -2
View File
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "cjson";
version = "1.7.17";
version = "1.7.18";
src = fetchFromGitHub {
owner = "DaveGamble";
repo = "cJSON";
rev = "v${version}";
sha256 = "sha256-jU9UbXvdXiNXFh7c9p/LppMsuqryFK40NTTyQGbNU84=";
sha256 = "sha256-UgUWc/+Zie2QNijxKK5GFe4Ypk97EidG8nTiiHhn5Ys=";
};
nativeBuildInputs = [ cmake ];