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

simdjson: 3.2.3 -> 3.3.0
This commit is contained in:
Mario Rodas 2023-09-26 21:33:28 -05:00 committed by GitHub
commit 0eaf478826
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "simdjson";
version = "3.2.3";
version = "3.3.0";
src = fetchFromGitHub {
owner = "simdjson";
repo = "simdjson";
rev = "v${version}";
sha256 = "sha256-h15IyPYvIUPDOJ03KgEDyRhXe0Oi8XCR5LnzSpPc4PI=";
sha256 = "sha256-81CvuQduIV1R/FN7nbVIQQs79B/Cy1ylOldNXix1KMw=";
};
nativeBuildInputs = [ cmake ];