about summary refs log tree commit diff
path: root/pkgs/development/libraries/simdjson
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-06-12 06:38:16 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-06-12 06:38:16 +0000
commit164cd8acae53e9a8860eb71cf90cad2ad51692f7 (patch)
treec50ee04aff83aa68caeef98ad90ba5fe6db52ad9 /pkgs/development/libraries/simdjson
parentc9c6f48c478587803b3eb6e7ea8a1d252cd04b82 (diff)
simdjson: 3.9.3 -> 3.9.4
Diffstat (limited to 'pkgs/development/libraries/simdjson')
-rw-r--r--pkgs/development/libraries/simdjson/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/simdjson/default.nix b/pkgs/development/libraries/simdjson/default.nix
index 979eb92aa4637..4d15113f3c9af 100644
--- a/pkgs/development/libraries/simdjson/default.nix
+++ b/pkgs/development/libraries/simdjson/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   pname = "simdjson";
-  version = "3.9.3";
+  version = "3.9.4";
 
   src = fetchFromGitHub {
     owner = "simdjson";
     repo = "simdjson";
     rev = "v${version}";
-    sha256 = "sha256-TbCfAtP/mOgSWjG1eUE4atDU0gPXS7rkhsTWE3g1Z2U=";
+    sha256 = "sha256-iTlIdLNOr1rRBnCwnI34e2RLL18Fmc/kRSMdZcOLp98=";
   };
 
   nativeBuildInputs = [ cmake ];