metasploit: 6.0.43 -> 6.0.44

This commit is contained in:
Fabian Affolter
2021-05-14 00:13:47 +02:00
parent 98352e5439
commit a800bd2a93
4 changed files with 33 additions and 21 deletions
+2 -2
View File
@@ -8,13 +8,13 @@ let
};
in stdenv.mkDerivation rec {
pname = "metasploit-framework";
version = "6.0.43";
version = "6.0.44";
src = fetchFromGitHub {
owner = "rapid7";
repo = "metasploit-framework";
rev = version;
sha256 = "sha256-dj+8DodQnCJjwhxTD/TjccJvSA8KSjiwiX65V6CIpuQ=";
sha256 = "sha256-6uhqAJ7nlBROdhda9yU2IlAHZrnpKo0kpKoixXJeJYY=";
};
nativeBuildInputs = [ makeWrapper ];