Unverified Commit 37dcee3f authored by Nikolay Korotkiy's avatar Nikolay Korotkiy Committed by GitHub
Browse files

jsoncons: 1.4.1 -> 1.4.2 (#447209)

parents 65e5ef5a 7147236c
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.1";
  version = "1.4.2";

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

  nativeBuildInputs = [ cmake ];