Merge pull request #195920 from r-ryantm/auto-update/arp-scan

arp-scan: 1.9.7 -> 1.9.8
This commit is contained in:
Fabian Affolter 2022-10-14 08:29:38 +02:00 committed by GitHub
commit 5601789677
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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; [