about summary refs log tree commit diff
path: root/pkgs/development/libraries
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-05-13 14:11:15 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-05-13 14:11:15 +0000
commitf7eea569506ca0fbc63dcd05674b89222ecb8806 (patch)
tree2b5cb96e6449cf0168a250c3417cb39982f4d797 /pkgs/development/libraries
parent5e1830b877d6e32fd40771d5cc9fb8566f5104a7 (diff)
cjson: 1.7.17 -> 1.7.18
Diffstat (limited to 'pkgs/development/libraries')
-rw-r--r--pkgs/development/libraries/cjson/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/cjson/default.nix b/pkgs/development/libraries/cjson/default.nix
index e6e09a7ffe3ba..38be1c30cd468 100644
--- a/pkgs/development/libraries/cjson/default.nix
+++ b/pkgs/development/libraries/cjson/default.nix
@@ -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 ];