[Backport staging-26.05] simdjson: 4.6.0 -> 4.6.4 (#523704)

This commit is contained in:
Vladimír Čunát
2026-06-05 11:10:40 +00:00
committed by GitHub

View File

@@ -7,13 +7,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "simdjson";
version = "4.6.0";
version = "4.6.4";
src = fetchFromGitHub {
owner = "simdjson";
repo = "simdjson";
tag = "v${finalAttrs.version}";
hash = "sha256-VGErBWAHk63XMv8yC+Na+gXHByhYhtIEMSBySwIDlXk=";
hash = "sha256-8oQzsR7DSaNTN9su1uI9tRQ9HvOwXShPwSrnQj8+lGM=";
};
nativeBuildInputs = [ cmake ];