simdjson: 3.10.1 -> 3.11.0

This commit is contained in:
R. Ryantm 2024-12-06 12:41:24 +00:00
parent e574201552
commit 6bf2358f4a

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "simdjson";
version = "3.10.1";
version = "3.11.0";
src = fetchFromGitHub {
owner = "simdjson";
repo = "simdjson";
rev = "v${version}";
sha256 = "sha256-UfGt5lKmpqc21Hln4t/4KJfg+3V/hqX3UYgpCvlhkrM=";
sha256 = "sha256-sS/H8nG1mZLHZvhFWl6UcsMvDcmcPh9+X0uEhEdNuic=";
};
nativeBuildInputs = [ cmake ];