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

simdjson: 3.3.0 -> 3.4.0
This commit is contained in:
markuskowa 2023-10-27 22:36:08 +02:00 committed by GitHub
commit 3a084e818d
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.3.0";
version = "3.4.0";
src = fetchFromGitHub {
owner = "simdjson";
repo = "simdjson";
rev = "v${version}";
sha256 = "sha256-81CvuQduIV1R/FN7nbVIQQs79B/Cy1ylOldNXix1KMw=";
sha256 = "sha256-d1tJJCHbx+7klS918Db7S2N8zCdvd9MhI5ybxJpncUw=";
};
nativeBuildInputs = [ cmake ];