3
0
Fork 0
forked from mirrors/nixpkgs

simdjson: 0.9.2 -> 0.9.7

This commit is contained in:
R. RyanTM 2021-08-18 00:11:51 +00:00
parent 739f0b22b7
commit 616efcc7d5

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "simdjson";
version = "0.9.2";
version = "0.9.7";
src = fetchFromGitHub {
owner = "simdjson";
repo = "simdjson";
rev = "v${version}";
sha256 = "sha256-L/a/vTthh7XkiwuvlGk9q+uLEBf8vaPoV1x1fG44zeg=";
sha256 = "sha256-3ZLEp2RQhQ7QsRGLimWlZQM8PMTv07NlFoe64ES2+Ug=";
};
nativeBuildInputs = [ cmake ];