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

simdjson: 3.9.3 -> 3.9.4
This commit is contained in:
Nick Cao 2024-06-12 19:22:07 -04:00 committed by GitHub
commit 1a9b92f60c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "simdjson";
version = "3.9.3";
version = "3.9.4";
src = fetchFromGitHub {
owner = "simdjson";
repo = "simdjson";
rev = "v${version}";
sha256 = "sha256-TbCfAtP/mOgSWjG1eUE4atDU0gPXS7rkhsTWE3g1Z2U=";
sha256 = "sha256-iTlIdLNOr1rRBnCwnI34e2RLL18Fmc/kRSMdZcOLp98=";
};
nativeBuildInputs = [ cmake ];