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

simdjson: 1.0.0 -> 1.0.1
This commit is contained in:
Bobby Rong 2021-10-29 10:33:58 +08:00 committed by GitHub
commit f71ee5bc31
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 = "1.0.0";
version = "1.0.1";
src = fetchFromGitHub {
owner = "simdjson";
repo = "simdjson";
rev = "v${version}";
sha256 = "sha256-4I3w3sZRBdHVpUP0O7H7LGUM5uInyrSeHTe5ov5Qcyc=";
sha256 = "sha256-NpRpF+1tzPEjBo6i1GxACeAMDn+WEX8C80vInNffqug=";
};
nativeBuildInputs = [ cmake ];