jsoncons: 1.6.0 -> 1.7.0

This commit is contained in:
R. Ryantm
2026-04-27 07:34:45 +00:00
parent 6368eda62c
commit 5f145c810b
+2 -2
View File
@@ -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 ];