jsoncons: 0.173.4 -> 0.174.0

This commit is contained in:
R. Ryantm 2024-04-22 16:44:24 +00:00
parent ee1428c654
commit 80586b330b
1 changed files with 2 additions and 2 deletions

View File

@ -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 ];