Merge pull request #306053 from r-ryantm/auto-update/jsoncons

jsoncons: 0.173.4 -> 0.174.0
This commit is contained in:
Nikolay Korotkiy 2024-04-23 02:04:45 +04:00 committed by GitHub
commit 72c88109de
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "jsoncons";
version = "0.173.4";
version = "0.174.0";
src = fetchFromGitHub {
owner = "danielaparker";
repo = "jsoncons";
rev = "v${finalAttrs.version}";
hash = "sha256-Mf3kvfYAcwNrwbvGyMP6PQmk5e5Mz7b0qCZ6yi95ksk=";
hash = "sha256-VL64oWmaLz4zJm8eCF03tcAkeL+j1BRAQJ5/kUA7L90=";
};
nativeBuildInputs = [ cmake ];