metasploit: 6.0.30 -> 6.0.31

This commit is contained in:
Fabian Affolter
2021-02-20 11:58:25 +01:00
parent 62a94d2c40
commit f49a63ece6
4 changed files with 19 additions and 18 deletions
+2 -2
View File
@@ -8,13 +8,13 @@ let
};
in stdenv.mkDerivation rec {
pname = "metasploit-framework";
version = "6.0.30";
version = "6.0.31";
src = fetchFromGitHub {
owner = "rapid7";
repo = "metasploit-framework";
rev = version;
sha256 = "sha256-DD/nFbSNs3nVNe+W+5zAmDlvMCseYuWWpKX9Dp+9Etc=";
sha256 = "sha256-wt7VeS8NnmJHMhry/68W1S1f9jUnsSHnhUSrCQN1qNM=";
};
buildInputs = [ makeWrapper ];