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

simdjson: 3.2.2 -> 3.2.3
This commit is contained in:
Mario Rodas 2023-08-30 14:42:01 -05:00 committed by GitHub
commit 2573c2a576
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.2";
version = "3.2.3";
src = fetchFromGitHub {
owner = "simdjson";
repo = "simdjson";
rev = "v${version}";
sha256 = "sha256-+BCXkOaWYZSFWGZmeZ2ZJwVxFwmHgRbb7GSj/lRxmfw=";
sha256 = "sha256-h15IyPYvIUPDOJ03KgEDyRhXe0Oi8XCR5LnzSpPc4PI=";
};
nativeBuildInputs = [ cmake ];