simdjson: 3.1.2 -> 3.1.3

This commit is contained in:
R. Ryantm 2023-03-05 16:40:51 +00:00
parent a1240f6b4a
commit 38ba8261dd

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "simdjson";
version = "3.1.2";
version = "3.1.3";
src = fetchFromGitHub {
owner = "simdjson";
repo = "simdjson";
rev = "v${version}";
sha256 = "sha256-Yc4P54cn7cvP+ythlmOMIkDz7PuutJXsgkGhNUcoxvc=";
sha256 = "sha256-VDwpCPyjhkXgehcMJs6srD3PFtlC2m4jurJum6wNeVY=";
};
nativeBuildInputs = [ cmake ];