netdiscover: 0.11 -> 0.20

This commit is contained in:
R. Ryantm
2025-05-14 13:23:33 +00:00
parent dac052eb34
commit ee67a99ff3

View File

@@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "netdiscover";
version = "0.11";
version = "0.20";
src = fetchFromGitHub {
owner = "netdiscover-scanner";
repo = pname;
tag = version;
hash = "sha256-LUM6vl6pohrTW3X9c1FaDE7j9mvMuAiDkFBKWc4KZso=";
hash = "sha256-I3t9GsgKFo/eJrqYzj8T2Epfi3SURicwRYPBK25uHEw=";
};
nativeBuildInputs = [ autoreconfHook ];