about summary refs log tree commit diff
path: root/pkgs/tools/security/enum4linux-ng
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2022-12-16 09:24:34 +0100
committerGitHub <noreply@github.com>2022-12-16 09:24:34 +0100
commit01a598b567f85b7c5625126f013cedce642f61b5 (patch)
treeadb191d09fcde836dd4a6d393bfac869743477f7 /pkgs/tools/security/enum4linux-ng
parent4b4e899fdd48d8a7387fed6811b8887bde7f01cb (diff)
enum4linux-ng: ad changelog to meta
Diffstat (limited to 'pkgs/tools/security/enum4linux-ng')
-rw-r--r--pkgs/tools/security/enum4linux-ng/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/tools/security/enum4linux-ng/default.nix b/pkgs/tools/security/enum4linux-ng/default.nix
index f2d0b16559162..5ae5d53c5f270 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 ];
   };