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

simdjson: 3.1.0 -> 3.1.1
This commit is contained in:
Nick Cao 2023-02-16 09:34:10 +08:00 committed by GitHub
commit 1c1cbfaf69
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.0";
version = "3.1.1";
src = fetchFromGitHub {
owner = "simdjson";
repo = "simdjson";
rev = "v${version}";
sha256 = "sha256-gIRfmCCkDokUhBKsQnWx8jQtfoYBgY65IS+tdmgeaYE=";
sha256 = "sha256-KyxtAOKhk3p/TuA0jz2hMCkGDwKLPC7rIodhHvcE4tk=";
};
nativeBuildInputs = [ cmake ];