Commit 5f145c81 authored by R. RyanTM's avatar R. RyanTM
Browse files

jsoncons: 1.6.0 -> 1.7.0

parent 6368eda6
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.6.0";
  version = "1.7.0";

  src = fetchFromGitHub {
    owner = "danielaparker";
    repo = "jsoncons";
    tag = "v${finalAttrs.version}";
    hash = "sha256-p+LMT0231ZKtxoTqWjUZof3WQu+lLqAS3n20u9dYTzM=";
    hash = "sha256-OhXcHMec+cExLLl0GuXoro93u1w/BTLY5bBh+4uUK5s=";
  };

  nativeBuildInputs = [ cmake ];