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

simdjson: 3.0.1 -> 3.1.0
This commit is contained in:
Weijia Wang 2023-01-27 09:50:08 +01:00 committed by GitHub
commit 44b8ce98d8
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.0.1";
version = "3.1.0";
src = fetchFromGitHub {
owner = "simdjson";
repo = "simdjson";
rev = "v${version}";
sha256 = "sha256-e5u9+H4rILIDpnZxzVV9wbjhR9tRqnf11i2Kn39DTzo=";
sha256 = "sha256-gIRfmCCkDokUhBKsQnWx8jQtfoYBgY65IS+tdmgeaYE=";
};
nativeBuildInputs = [ cmake ];