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

simdjson: 3.6.0 -> 3.6.3
This commit is contained in:
Nick Cao 2023-12-23 11:09:17 -05:00 committed by GitHub
commit 0b88f98c46
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.6.0";
version = "3.6.3";
src = fetchFromGitHub {
owner = "simdjson";
repo = "simdjson";
rev = "v${version}";
sha256 = "sha256-g1jrjRls9tJWh0koMg7MsUgRSNaty8YI+ivlwL6FCsk=";
sha256 = "sha256-PRXFZvwod/n27Tx9OALHdSlKsbsrNi5ij70A4ZSoeGc=";
};
nativeBuildInputs = [ cmake ];