mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
jsoncpp: modernize
This commit is contained in:
parent
821cc48c4f
commit
d7de769f9a
1 changed files with 3 additions and 2 deletions
|
|
@ -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 = [ ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue