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

simdjson: 0.9.7 -> 1.0.0
This commit is contained in:
Sandro 2021-09-14 12:08:38 +02:00 committed by GitHub
commit 7c78680ed4
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 = "0.9.7";
version = "1.0.0";
src = fetchFromGitHub {
owner = "simdjson";
repo = "simdjson";
rev = "v${version}";
sha256 = "sha256-3ZLEp2RQhQ7QsRGLimWlZQM8PMTv07NlFoe64ES2+Ug=";
sha256 = "sha256-4I3w3sZRBdHVpUP0O7H7LGUM5uInyrSeHTe5ov5Qcyc=";
};
nativeBuildInputs = [ cmake ];