jsoncons: 1.3.0 -> 1.3.1

This commit is contained in:
R. Ryantm
2025-04-09 19:36:02 +00:00
parent b1dd7557c3
commit 7cf3ea6190
+2 -2
View File
@@ -7,13 +7,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "jsoncons";
version = "1.3.0";
version = "1.3.1";
src = fetchFromGitHub {
owner = "danielaparker";
repo = "jsoncons";
tag = "v${finalAttrs.version}";
hash = "sha256-EafFoS54svxY9zaFqzWYQ8QUxN2dHy2wI5UugxKnyUk=";
hash = "sha256-BYmIGcQvy38KIWQp8Zr3Anz9HIfbXUhj4G+VgkusjhU=";
};
nativeBuildInputs = [ cmake ];