3
0
Fork 0
forked from mirrors/nixpkgs
Fabian Affolter 2023-05-02 13:13:03 +02:00
parent 826418fc35
commit dec525eb2f

View file

@ -6,16 +6,16 @@
buildGoModule rec {
pname = "naabu";
version = "2.1.5";
version = "2.1.6";
src = fetchFromGitHub {
owner = "projectdiscovery";
repo = "naabu";
rev = "refs/tags/v${version}";
hash = "sha256-st1SYWSwoFs0tzb1O5jDzCEYVmD6aVWkJTQZFxp+XfY=";
hash = "sha256-STykmBsKLcuPhNrk/RHwvlkz9L+IwiALY7Iuvuu3dPM=";
};
vendorHash = "sha256-b2v9PCxiYA965u3Xzfs/gEo1cFFvwsZbsLN5DuABs/U=";
vendorHash = "sha256-yY5zVlZolc8NLiySBOwKIIa+UN/hsqe9/Pf6iLG1H38=";
buildInputs = [
libpcap