jsoncons: 1.5.0 -> 1.6.0

This commit is contained in:
R. Ryantm
2026-03-23 14:43:38 +00:00
parent 3b4e1cfcb7
commit 8eee0524e4
+2 -2
View File
@@ -7,13 +7,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "jsoncons";
version = "1.5.0";
version = "1.6.0";
src = fetchFromGitHub {
owner = "danielaparker";
repo = "jsoncons";
tag = "v${finalAttrs.version}";
hash = "sha256-brcOFD6EO6lVL4A+LrZp6CxZFY2mu+i10IQmjwf4XMo=";
hash = "sha256-p+LMT0231ZKtxoTqWjUZof3WQu+lLqAS3n20u9dYTzM=";
};
nativeBuildInputs = [ cmake ];