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

simdjson: 3.9.1 -> 3.9.2
This commit is contained in:
Nick Cao 2024-05-08 10:41:54 -04:00 committed by GitHub
commit 20a4646c50
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "simdjson";
version = "3.9.1";
version = "3.9.2";
src = fetchFromGitHub {
owner = "simdjson";
repo = "simdjson";
rev = "v${version}";
sha256 = "sha256-Az5QZNnzLYpEE7O+1/VceIT6vykkg8vMuAuN9u8OseM=";
sha256 = "sha256-7YW0ylYQMi6D7YyRQGWRv980skjZ2t//QoZb8rRDHGk=";
};
nativeBuildInputs = [ cmake ];