lsof: add meta.changelog

This commit is contained in:
Robert Schütz
2026-06-19 11:07:25 -07:00
parent 858f9f3a26
commit f8baa594bb
+2 -1
View File
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub {
owner = "lsof-org";
repo = "lsof";
rev = version;
tag = version;
hash = "sha256-o95osjMQvpOVx2b0lCXVp61x2GHQV+HW1iaamVhevng=";
};
@@ -80,6 +80,7 @@ stdenv.mkDerivation rec {
meta = {
homepage = "https://github.com/lsof-org/lsof";
changelog = "https://github.com/lsof-org/lsof/releases/tag/${src.tag}";
description = "Tool to list open files";
mainProgram = "lsof";
longDescription = ''