mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-04 12:53:05 +00:00
metasploit: 6.3.59 -> 6.3.60
This commit is contained in:
parent
7a17610a82
commit
9d43a51a55
@ -1,4 +1,4 @@
|
||||
# frozen_string_literal: true
|
||||
source "https://rubygems.org"
|
||||
|
||||
gem "metasploit-framework", git: "https://github.com/rapid7/metasploit-framework", ref: "refs/tags/6.3.59"
|
||||
gem "metasploit-framework", git: "https://github.com/rapid7/metasploit-framework", ref: "refs/tags/6.3.60"
|
||||
|
@ -1,9 +1,9 @@
|
||||
GIT
|
||||
remote: https://github.com/rapid7/metasploit-framework
|
||||
revision: b6a03cb5f17b5c714fad8741c1812be542dd2087
|
||||
ref: refs/tags/6.3.59
|
||||
revision: 5df84967c30bc92484c217aa70754596ff358ad0
|
||||
ref: refs/tags/6.3.60
|
||||
specs:
|
||||
metasploit-framework (6.3.59)
|
||||
metasploit-framework (6.3.60)
|
||||
actionpack (~> 7.0.0)
|
||||
activerecord (~> 7.0.0)
|
||||
activesupport (~> 7.0.0)
|
||||
|
@ -15,13 +15,13 @@ let
|
||||
};
|
||||
in stdenv.mkDerivation rec {
|
||||
pname = "metasploit-framework";
|
||||
version = "6.3.59";
|
||||
version = "6.3.60";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "rapid7";
|
||||
repo = "metasploit-framework";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-pGYEx5Ac4vEW5rsKI4iAMGXB2zHMS2AD6jIVEWHQn6g=";
|
||||
hash = "sha256-K4NBMaoWpxbyKCtkHYzPJSIM27yY8MZZDXAuJM9T1ZE=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
@ -674,12 +674,12 @@
|
||||
platforms = [];
|
||||
source = {
|
||||
fetchSubmodules = false;
|
||||
rev = "b6a03cb5f17b5c714fad8741c1812be542dd2087";
|
||||
sha256 = "1a4zs1hi259jx81n0jyc67dw2r9hh24262mvwqbg3qhwj33h8rm4";
|
||||
rev = "5df84967c30bc92484c217aa70754596ff358ad0";
|
||||
sha256 = "14fmag7j8bkh1mcwdw4qpkdhq8i5ry61sr1b53r1d9qnm8ql30rb";
|
||||
type = "git";
|
||||
url = "https://github.com/rapid7/metasploit-framework";
|
||||
};
|
||||
version = "6.3.59";
|
||||
version = "6.3.60";
|
||||
};
|
||||
metasploit-model = {
|
||||
groups = ["default"];
|
||||
|
Loading…
Reference in New Issue
Block a user