Unverified Commit 31714a78 authored by Nikolay Korotkiy's avatar Nikolay Korotkiy Committed by GitHub
Browse files

jsoncons: 1.4.2 -> 1.4.3 (#450205)

parents f364bf6c 706787d9
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.4.2";
  version = "1.4.3";

  src = fetchFromGitHub {
    owner = "danielaparker";
    repo = "jsoncons";
    tag = "v${finalAttrs.version}";
    hash = "sha256-aWJTJiEBpWVvNl3l8MB30NakqXVni+VoalV66Sg2g9M=";
    hash = "sha256-7ySbnWiX5pHMG2BcnLowKegEwjSdkKReh72Y3z8cpLg=";
  };

  nativeBuildInputs = [ cmake ];