simdjson: 3.9.5 -> 3.10.0

This commit is contained in:
R. Ryantm
2024-08-02 00:17:17 +00:00
parent a19590dd69
commit 1c8f82e0b3
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "simdjson";
version = "3.9.5";
version = "3.10.0";
src = fetchFromGitHub {
owner = "simdjson";
repo = "simdjson";
rev = "v${version}";
sha256 = "sha256-OCEHfjyWLxjThe1nrXIexMa4rI7RWt+3qnQErxHc7CU=";
sha256 = "sha256-MKaYThfAbQiUHBFPAWJatKdLJdmJfsR3o8gp81RE3SI=";
};
nativeBuildInputs = [ cmake ];