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

simdjson: 3.0.0 -> 3.0.1
This commit is contained in:
figsoda 2022-11-27 00:54:17 -05:00 committed by GitHub
commit 9767049d4f
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 = "3.0.0";
version = "3.0.1";
src = fetchFromGitHub {
owner = "simdjson";
repo = "simdjson";
rev = "v${version}";
sha256 = "sha256-Ub0gHxnc4ljVqbAWuFJYBuhA4FjX4ypg1gaPXUrcWkE=";
sha256 = "sha256-e5u9+H4rILIDpnZxzVV9wbjhR9tRqnf11i2Kn39DTzo=";
};
nativeBuildInputs = [ cmake ];