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

simdjson: 1.0.1 -> 1.0.2
This commit is contained in:
Bobby Rong 2021-12-21 14:45:28 +08:00 committed by GitHub
commit 59969084c7
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.1";
version = "1.0.2";
src = fetchFromGitHub {
owner = "simdjson";
repo = "simdjson";
rev = "v${version}";
sha256 = "sha256-NpRpF+1tzPEjBo6i1GxACeAMDn+WEX8C80vInNffqug=";
sha256 = "sha256-WuqBR1/Iqly+Y8kJxTuZLTVkR3ltXdyr+/6J3zhBNkQ=";
};
nativeBuildInputs = [ cmake ];