jsoncons: 1.2.0 -> 1.3.0

This commit is contained in:
R. Ryantm
2025-03-05 19:22:01 +00:00
parent 6e96684190
commit 790fc20209
+2 -2
View File
@@ -2,13 +2,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "jsoncons";
version = "1.2.0";
version = "1.3.0";
src = fetchFromGitHub {
owner = "danielaparker";
repo = "jsoncons";
tag = "v${finalAttrs.version}";
hash = "sha256-JGA3mQToTflm+1rLtKLzbX4x84S+6JoEQAQgx5+E278=";
hash = "sha256-EafFoS54svxY9zaFqzWYQ8QUxN2dHy2wI5UugxKnyUk=";
};
nativeBuildInputs = [ cmake ];