mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
libcbor: add meta.changelog
This commit is contained in:
parent
68ee0a8e0e
commit
8d6931faca
1 changed files with 2 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
src = fetchFromGitHub {
|
||||
owner = "PJK";
|
||||
repo = "libcbor";
|
||||
rev = "v${finalAttrs.version}";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-zjajNtj4jKbt3pLjfLrgtYljyMDYJtnzAC5JPdt+Wys=";
|
||||
};
|
||||
|
||||
|
|
@ -61,6 +61,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
};
|
||||
|
||||
meta = {
|
||||
changelog = "https://github.com/PJK/libcbor/blob/${finalAttrs.src.tag}/CHANGELOG.md";
|
||||
description = "CBOR protocol implementation for C and others";
|
||||
homepage = "https://github.com/PJK/libcbor";
|
||||
license = lib.licenses.mit;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue