Merge pull request #108858 from fabaff/bump-masscan
masscan: 1.0.5 -> 1.3.0
This commit is contained in:
commit
dca46f6bd9
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "masscan";
|
pname = "masscan";
|
||||||
version = "1.0.5";
|
version = "1.3.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "robertdavidgraham";
|
owner = "robertdavidgraham";
|
||||||
repo = "masscan";
|
repo = "masscan";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "0q0c7bsf0pbl8napry1qyg0gl4pd8wn872h4mz9b56dx4rx90vqg";
|
sha256 = "04nlnficybgxa16kq9fwrrfjsbyiaps4mikfqgdr206fkqk9i05y";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ makeWrapper ];
|
nativeBuildInputs = [ makeWrapper ];
|
||||||
|
Loading…
Reference in New Issue
Block a user