simdjson: 3.1.3 -> 3.1.5

This commit is contained in:
R. Ryantm 2023-03-11 11:47:01 +00:00
parent 1e21dd6102
commit 90e6adffd4

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "simdjson";
version = "3.1.3";
version = "3.1.5";
src = fetchFromGitHub {
owner = "simdjson";
repo = "simdjson";
rev = "v${version}";
sha256 = "sha256-VDwpCPyjhkXgehcMJs6srD3PFtlC2m4jurJum6wNeVY=";
sha256 = "sha256-gBHgPKEeoryjMVL/EonmeY/7imcJej/Yj8ovPk/moTk=";
};
nativeBuildInputs = [ cmake ];