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

simdjson: 3.2.1 -> 3.2.2
This commit is contained in:
Nick Cao 2023-08-08 23:15:19 -06:00 committed by GitHub
commit 02543addaf
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.2.1";
version = "3.2.2";
src = fetchFromGitHub {
owner = "simdjson";
repo = "simdjson";
rev = "v${version}";
sha256 = "sha256-JJFHRoG/w5PLSrn99i4EUjRtbNUYDF19/xlsYOwwFZA=";
sha256 = "sha256-+BCXkOaWYZSFWGZmeZ2ZJwVxFwmHgRbb7GSj/lRxmfw=";
};
nativeBuildInputs = [ cmake ];