Merge pull request #239335 from r-ryantm/auto-update/simdjson

simdjson: 3.1.8 -> 3.2.0
This commit is contained in:
figsoda 2023-06-23 10:59:04 -04:00 committed by GitHub
commit 4bf2894094
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "simdjson"; pname = "simdjson";
version = "3.1.8"; version = "3.2.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "simdjson"; owner = "simdjson";
repo = "simdjson"; repo = "simdjson";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-j13yNzh9CnniXzjoB4oNtDwYcao6MOVgyWo9JtqT/yQ="; sha256 = "sha256-6Wa/rnm5lPATeqbQJ6QC+pn8D3l/petPvokEewXYEUA=";
}; };
nativeBuildInputs = [ cmake ]; nativeBuildInputs = [ cmake ];