jsoncons: 1.4.2 -> 1.4.3

This commit is contained in:
R. Ryantm
2025-10-09 07:30:36 +00:00
parent eb19d9bd0d
commit 706787d926

View File

@@ -7,13 +7,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "jsoncons";
version = "1.4.2";
version = "1.4.3";
src = fetchFromGitHub {
owner = "danielaparker";
repo = "jsoncons";
tag = "v${finalAttrs.version}";
hash = "sha256-aWJTJiEBpWVvNl3l8MB30NakqXVni+VoalV66Sg2g9M=";
hash = "sha256-7ySbnWiX5pHMG2BcnLowKegEwjSdkKReh72Y3z8cpLg=";
};
nativeBuildInputs = [ cmake ];