metasploit: 6.0.34 -> 6.0.36

This commit is contained in:
Fabian Affolter
2021-03-23 11:32:40 +01:00
parent a9ec3f7b66
commit 5ec1f89c23
4 changed files with 24 additions and 24 deletions
+2 -2
View File
@@ -8,13 +8,13 @@ let
};
in stdenv.mkDerivation rec {
pname = "metasploit-framework";
version = "6.0.34";
version = "6.0.36";
src = fetchFromGitHub {
owner = "rapid7";
repo = "metasploit-framework";
rev = version;
sha256 = "sha256-sKt1hN7thNhA+bjeFF3gxJs/82EPXPiM81zcMpDRDyg=";
sha256 = "sha256-c0OlZkTFgyfh4DVm93CRbFYPLeGTD/8QZo4p0luVbQ0=";
};
nativeBuildInputs = [ makeWrapper ];