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

simdjson: 3.9.2 -> 3.9.3
This commit is contained in:
Aleksana 2024-05-31 22:45:29 +08:00 committed by GitHub
commit 1624c5eb01
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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