netdiscover: 0.11 -> 0.20 (#407020)

This commit is contained in:
Nick Cao
2025-05-14 16:50:47 -04:00
committed by GitHub
+2 -2
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 ];