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

simdjson: 2.2.0 -> 2.2.2
This commit is contained in:
Ryan Mulligan 2022-07-29 18:21:14 -07:00 committed by GitHub
commit 8a3c7fc2f6
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.0";
version = "2.2.2";
src = fetchFromGitHub {
owner = "simdjson";
repo = "simdjson";
rev = "v${version}";
sha256 = "sha256-n+W5xvWC3sPSX0SF5x1ArUtWZayoyQRThgWWhRG4Fac=";
sha256 = "sha256-PU6yTA2FXHcuSwr6oIU+cP7uYxkgggnj3FV2LbkS69w=";
};
nativeBuildInputs = [ cmake ];