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

simdjson: 0.8.1 -> 0.8.2
This commit is contained in:
Mario Rodas 2021-02-23 20:46:04 -05:00 committed by GitHub
commit ee91892c62
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.8.1";
version = "0.8.2";
src = fetchFromGitHub {
owner = "simdjson";
repo = "simdjson";
rev = "v${version}";
sha256 = "1x5f8b5s67kf9sjx04rp81q0f3dlnqfngn3h0lrfnphipald5fji";
sha256 = "sha256-azRuLB03NvW+brw7A/kbgkjoDUlk1p7Ch4zZD55QiMQ=";
};
nativeBuildInputs = [ cmake ];