arp-scan: 1.9.7 -> 1.9.8

This commit is contained in:
R. Ryantm 2022-10-14 06:07:04 +00:00
parent ae24d583ae
commit 9c11931661

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "arp-scan"; pname = "arp-scan";
version = "1.9.7"; version = "1.9.8";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "royhills"; owner = "royhills";
repo = "arp-scan"; repo = "arp-scan";
rev = version; rev = version;
sha256 = "1mf7a4f9vzvnkiavc87aqyciswggsb4fpy7j05jxnvjyyxv3l7gp"; sha256 = "sha256-zSihemqGaQ5z6XjA/dALoSJOuAkxF5/nnV6xE+GY7KI=";
}; };
perlModules = with perlPackages; [ perlModules = with perlPackages; [