Unverified Commit 86c004b5 authored by jopejoe1's avatar jopejoe1 Committed by GitHub
Browse files

simdjson: 3.10.0 -> 3.10.1 (#337597)

parents 819387c2 8b7eaaef
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.10.0";
  version = "3.10.1";

  src = fetchFromGitHub {
    owner = "simdjson";
    repo = "simdjson";
    rev = "v${version}";
    sha256 = "sha256-MKaYThfAbQiUHBFPAWJatKdLJdmJfsR3o8gp81RE3SI=";
    sha256 = "sha256-UfGt5lKmpqc21Hln4t/4KJfg+3V/hqX3UYgpCvlhkrM=";
  };

  nativeBuildInputs = [ cmake ];