jsoncpp: modernize

This commit is contained in:
Hythera 2026-06-19 16:59:45 +02:00
commit d7de769f9a
No known key found for this signature in database
GPG key ID: BB9A92D3FD105A63

View file

@ -24,8 +24,8 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchFromGitHub {
owner = "open-source-parsers";
repo = "jsoncpp";
rev = finalAttrs.version;
sha256 = "sha256-5cH9G4/TVCM5HX6QSk3P4m5+cwuK4x8hP9FohBcmjik=";
tag = finalAttrs.version;
hash = "sha256-5cH9G4/TVCM5HX6QSk3P4m5+cwuK4x8hP9FohBcmjik=";
};
/*
@ -60,6 +60,7 @@ stdenv.mkDerivation (finalAttrs: {
) "-DJSONCPP_WITH_TESTS=OFF";
meta = {
changelog = "https://github.com/open-source-parsers/jsoncpp/releases/tag/${finalAttrs.src.tag}";
homepage = "https://github.com/open-source-parsers/jsoncpp";
description = "C++ library for interacting with JSON";
maintainers = [ ];