Commit 80586b33 authored by R. RyanTM's avatar R. RyanTM
Browse files

jsoncons: 0.173.4 -> 0.174.0

parent ee1428c6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "jsoncons";
  version = "0.173.4";
  version = "0.174.0";

  src = fetchFromGitHub {
    owner = "danielaparker";
    repo = "jsoncons";
    rev = "v${finalAttrs.version}";
    hash = "sha256-Mf3kvfYAcwNrwbvGyMP6PQmk5e5Mz7b0qCZ6yi95ksk=";
    hash = "sha256-VL64oWmaLz4zJm8eCF03tcAkeL+j1BRAQJ5/kUA7L90=";
  };

  nativeBuildInputs = [ cmake ];