From 01a598b567f85b7c5625126f013cedce642f61b5 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 16 Dec 2022 09:24:34 +0100 Subject: [PATCH] enum4linux-ng: ad changelog to meta --- pkgs/tools/security/enum4linux-ng/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/tools/security/enum4linux-ng/default.nix b/pkgs/tools/security/enum4linux-ng/default.nix index f2d0b1655916..5ae5d53c5f27 100644 --- a/pkgs/tools/security/enum4linux-ng/default.nix +++ b/pkgs/tools/security/enum4linux-ng/default.nix @@ -15,7 +15,7 @@ buildPythonApplication rec { owner = "cddmp"; repo = pname; rev = "refs/tags/v${version}"; - sha256 = "sha256-9J7MiSxfAuzp1M9v4MMWOnK0/lg/X7I4pC6C2yMpMr0="; + hash = "sha256-9J7MiSxfAuzp1M9v4MMWOnK0/lg/X7I4pC6C2yMpMr0="; }; propagatedBuildInputs = [ @@ -35,6 +35,7 @@ buildPythonApplication rec { enumerating information from Windows and Samba systems. ''; homepage = "https://github.com/cddmp/enum4linux-ng"; + changelog = "https://github.com/cddmp/enum4linux-ng/releases/tag/v${version}"; license = with licenses; [ gpl3Plus ]; maintainers = with maintainers; [ fab ]; };