3
0
Fork 0
forked from mirrors/nixpkgs

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

simdjson: 2.2.3 -> 3.0.0
This commit is contained in:
Mario Rodas 2022-10-06 21:21:06 -05:00 committed by GitHub
commit 9129874867
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 = "2.2.3";
version = "3.0.0";
src = fetchFromGitHub {
owner = "simdjson";
repo = "simdjson";
rev = "v${version}";
sha256 = "sha256-OAjPSTSQap2m2gsC3mTae7UZ3Bq4qjK2eShdVTZUzFM=";
sha256 = "sha256-Ub0gHxnc4ljVqbAWuFJYBuhA4FjX4ypg1gaPXUrcWkE=";
};
nativeBuildInputs = [ cmake ];