netdiscover: add changelog to meta

This commit is contained in:
Fabian Affolter
2025-03-26 19:56:30 +01:00
committed by GitHub
parent 204b2aa3dd
commit 5145b9b5ec
+4 -2
View File
@@ -14,11 +14,12 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub {
owner = "netdiscover-scanner";
repo = pname;
rev = version;
sha256 = "sha256-LUM6vl6pohrTW3X9c1FaDE7j9mvMuAiDkFBKWc4KZso=";
tag = version;
hash = "sha256-LUM6vl6pohrTW3X9c1FaDE7j9mvMuAiDkFBKWc4KZso=";
};
nativeBuildInputs = [ autoreconfHook ];
buildInputs = [
libpcap
libnet
@@ -29,6 +30,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Network address discovering tool, developed mainly for those wireless networks without dhcp server, it also works on hub/switched networks";
homepage = "https://github.com/netdiscover-scanner/netdiscover";
changelog = "https://github.com/netdiscover-scanner/netdiscover/releases/tag/${src.tag}";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ vdot0x23 ];
platforms = platforms.unix;