jsoncons: 1.7.0 -> 1.8.0

This commit is contained in:
R. Ryantm
2026-06-09 01:47:45 +00:00
parent 3438114c15
commit 46c9024685
+2 -2
View File
@@ -7,13 +7,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "jsoncons";
version = "1.7.0";
version = "1.8.0";
src = fetchFromGitHub {
owner = "danielaparker";
repo = "jsoncons";
tag = "v${finalAttrs.version}";
hash = "sha256-OhXcHMec+cExLLl0GuXoro93u1w/BTLY5bBh+4uUK5s=";
hash = "sha256-QSTT/wpc9EaQOF8aItqqtVQl2TjQA2iiw4vYmSjK7Tk=";
};
nativeBuildInputs = [ cmake ];