jsoncons: 1.4.3 -> 1.5.0

This commit is contained in:
R. Ryantm
2025-12-02 13:57:41 +00:00
parent 655a9a620e
commit 5ea77c4b8d
+2 -2
View File
@@ -7,13 +7,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "jsoncons";
version = "1.4.3";
version = "1.5.0";
src = fetchFromGitHub {
owner = "danielaparker";
repo = "jsoncons";
tag = "v${finalAttrs.version}";
hash = "sha256-7ySbnWiX5pHMG2BcnLowKegEwjSdkKReh72Y3z8cpLg=";
hash = "sha256-brcOFD6EO6lVL4A+LrZp6CxZFY2mu+i10IQmjwf4XMo=";
};
nativeBuildInputs = [ cmake ];