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

simdjson: 3.1.2 -> 3.1.3
This commit is contained in:
Nick Cao 2023-03-06 10:51:39 +08:00 committed by GitHub
commit fb39f69c49
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.1.2";
version = "3.1.3";
src = fetchFromGitHub {
owner = "simdjson";
repo = "simdjson";
rev = "v${version}";
sha256 = "sha256-Yc4P54cn7cvP+ythlmOMIkDz7PuutJXsgkGhNUcoxvc=";
sha256 = "sha256-VDwpCPyjhkXgehcMJs6srD3PFtlC2m4jurJum6wNeVY=";
};
nativeBuildInputs = [ cmake ];