about summary refs log tree commit diff
path: root/pkgs/development/libraries
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-12-26 19:22:52 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-12-26 19:22:52 +0000
commit1f82cc66f052bf64f7b218dd1c82f3c0934d06bc (patch)
tree898bcf9f3e0f885f4b3cfce6e54d3313114ea7de /pkgs/development/libraries
parent680bca29c7f9b62154d0b8a2b0c1c011d74215bf (diff)
cjson: 1.7.16 -> 1.7.17
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 526da3f7718e9..e6e09a7ffe3ba 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.16";
+  version = "1.7.17";
 
   src = fetchFromGitHub {
     owner = "DaveGamble";
     repo = "cJSON";
     rev = "v${version}";
-    sha256 = "sha256-sdhnDpaAO9Fau4uMzNXrbOJ2k0b8+MdhKh6rpFMUwaQ=";
+    sha256 = "sha256-jU9UbXvdXiNXFh7c9p/LppMsuqryFK40NTTyQGbNU84=";
   };
 
   nativeBuildInputs = [ cmake ];