about summary refs log tree commit diff
path: root/pkgs/development/libraries/simdjson
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-02-15 02:15:55 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-02-15 02:15:55 +0000
commitb524b5a9c0d6fdbe70bce673b141bcab89a2a027 (patch)
tree9c8d1b4fa163b7745eed69935decc42721049906 /pkgs/development/libraries/simdjson
parent0621648513a20d6e6a3be974f396c0cebc1cb48d (diff)
simdjson: 3.1.0 -> 3.1.1
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 9f04cee3869ad..e46be7a58ea0c 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.1.0";
+  version = "3.1.1";
 
   src = fetchFromGitHub {
     owner = "simdjson";
     repo = "simdjson";
     rev = "v${version}";
-    sha256 = "sha256-gIRfmCCkDokUhBKsQnWx8jQtfoYBgY65IS+tdmgeaYE=";
+    sha256 = "sha256-KyxtAOKhk3p/TuA0jz2hMCkGDwKLPC7rIodhHvcE4tk=";
   };
 
   nativeBuildInputs = [ cmake ];