metasploit: 6.0.25 -> 6.0.26

This commit is contained in:
Fabian Affolter
2021-01-20 08:21:10 +01:00
parent a884b21822
commit d1e12eb127
4 changed files with 53 additions and 53 deletions
+2 -2
View File
@@ -8,13 +8,13 @@ let
};
in stdenv.mkDerivation rec {
pname = "metasploit-framework";
version = "6.0.25";
version = "6.0.26";
src = fetchFromGitHub {
owner = "rapid7";
repo = "metasploit-framework";
rev = version;
sha256 = "1g48v2p6bmfqb6xs0773spx9din5dckvy8j997q9qhpmb4ff8i7l";
sha256 = "sha256-ayW0MsV3TQnta+bP9kNL6m3hFPrn6lbsiAbXw7WOmBA=";
};
buildInputs = [ makeWrapper ];