jsoncons: 1.8.0 -> 1.8.1

This commit is contained in:
R. Ryantm
2026-06-18 13:09:43 +00:00
parent 746b8efb34
commit 7a1ebc5742
+2 -2
View File
@@ -7,13 +7,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "jsoncons";
version = "1.8.0";
version = "1.8.1";
src = fetchFromGitHub {
owner = "danielaparker";
repo = "jsoncons";
tag = "v${finalAttrs.version}";
hash = "sha256-QSTT/wpc9EaQOF8aItqqtVQl2TjQA2iiw4vYmSjK7Tk=";
hash = "sha256-+5vglrmmJ6jb33Mlp+VnIMG2yHqzKFHPQUqTBezDNCw=";
};
nativeBuildInputs = [ cmake ];