Unverified Commit 8676e942 authored by Nikolay Korotkiy's avatar Nikolay Korotkiy Committed by GitHub
Browse files

jsoncons: 1.5.0 -> 1.6.0 (#502674)

parents ea1c6977 8eee0524
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "jsoncons";
  version = "1.5.0";
  version = "1.6.0";

  src = fetchFromGitHub {
    owner = "danielaparker";
    repo = "jsoncons";
    tag = "v${finalAttrs.version}";
    hash = "sha256-brcOFD6EO6lVL4A+LrZp6CxZFY2mu+i10IQmjwf4XMo=";
    hash = "sha256-p+LMT0231ZKtxoTqWjUZof3WQu+lLqAS3n20u9dYTzM=";
  };

  nativeBuildInputs = [ cmake ];