Merge pull request #110894 from fabaff/bump-masscan
This commit is contained in:
commit
78b5cfc15a
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "masscan";
|
pname = "masscan";
|
||||||
version = "1.3.0";
|
version = "1.3.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "robertdavidgraham";
|
owner = "robertdavidgraham";
|
||||||
repo = "masscan";
|
repo = "masscan";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "04nlnficybgxa16kq9fwrrfjsbyiaps4mikfqgdr206fkqk9i05y";
|
sha256 = "sha256-gH0zOf2kl6cqws1nB3QPtaAjpvNAgbawXRx77bqJTIc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ makeWrapper ];
|
nativeBuildInputs = [ makeWrapper ];
|
||||||
|
@ -35,7 +35,8 @@ stdenv.mkDerivation rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Fast scan of the Internet";
|
description = "Fast scan of the Internet";
|
||||||
homepage = "https://github.com/robertdavidgraham/masscan";
|
homepage = "https://github.com/robertdavidgraham/masscan";
|
||||||
license = licenses.agpl3;
|
changelog = "https://github.com/robertdavidgraham/masscan/releases/tag/${version}";
|
||||||
|
license = licenses.agpl3Only;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
maintainers = with maintainers; [ rnhmjoj ];
|
maintainers = with maintainers; [ rnhmjoj ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue