metasploit: 6.0.27 -> 6.0.28

This commit is contained in:
Fabian Affolter
2021-02-01 10:53:21 +01:00
parent fccda5aae6
commit c48214ef38
4 changed files with 31 additions and 31 deletions
+2 -2
View File
@@ -8,13 +8,13 @@ let
};
in stdenv.mkDerivation rec {
pname = "metasploit-framework";
version = "6.0.27";
version = "6.0.28";
src = fetchFromGitHub {
owner = "rapid7";
repo = "metasploit-framework";
rev = version;
sha256 = "sha256-G+Ki0YyuY7XxLegmQhDkR9XQurSWG8K40n+8pwJnvZU=";
sha256 = "sha256-EX3rwg8aMEb1opw/y1+Dai/1SmrfmZye5TWM3w9YiuM=";
};
buildInputs = [ makeWrapper ];