arp-scan: 1.9.7 -> 1.9.8
This commit is contained in:
parent
ae24d583ae
commit
9c11931661
1 changed files with 2 additions and 2 deletions
|
@ -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; [
|
||||||
|
|
Loading…
Reference in a new issue