Unverified Commit 0eaf4788 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #257523 from r-ryantm/auto-update/simdjson

simdjson: 3.2.3 -> 3.3.0
parents 44fe3851 47ccff87
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
  pname = "simdjson";
  version = "3.2.3";
  version = "3.3.0";

  src = fetchFromGitHub {
    owner = "simdjson";
    repo = "simdjson";
    rev = "v${version}";
    sha256 = "sha256-h15IyPYvIUPDOJ03KgEDyRhXe0Oi8XCR5LnzSpPc4PI=";
    sha256 = "sha256-81CvuQduIV1R/FN7nbVIQQs79B/Cy1ylOldNXix1KMw=";
  };

  nativeBuildInputs = [ cmake ];