Merge pull request #296492 from fabaff/metasploit-bump

metasploit: 6.3.59 -> 6.3.60
This commit is contained in:
Fabian Affolter 2024-03-16 23:24:42 +01:00 committed by GitHub
commit 0441707a26
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 9 additions and 9 deletions

View file

@ -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"

View file

@ -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)

View file

@ -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 = [

View file

@ -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"];