simdjson: 3.12.0 -> 3.12.2

This commit is contained in:
R. Ryantm 2025-02-15 05:01:46 +00:00
parent 5553a77a0a
commit cc484d83e6

View File

@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "simdjson";
version = "3.12.0";
version = "3.12.2";
src = fetchFromGitHub {
owner = "simdjson";
repo = "simdjson";
rev = "v${version}";
sha256 = "sha256-F5yqhDBDoWgB4YkFOYUFEczdu24aBdbsTly4LcFZqDQ=";
sha256 = "sha256-TjUPySFwwTlD4fLpHoUywAeWvVvi7Hg1wxzgE9vohrs=";
};
nativeBuildInputs = [ cmake ];