mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 01:43:15 +00:00
Merge pull request #286361 from fabaff/metasploit-bump
metasploit: 6.3.53 -> 6.3.54
This commit is contained in:
commit
189aa31451
@ -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.53"
|
||||
gem "metasploit-framework", git: "https://github.com/rapid7/metasploit-framework", ref: "refs/tags/6.3.54"
|
||||
|
@ -1,9 +1,9 @@
|
||||
GIT
|
||||
remote: https://github.com/rapid7/metasploit-framework
|
||||
revision: 45efd21e748da75cc37d999dbfa3ec6c4fc4d0e9
|
||||
ref: refs/tags/6.3.53
|
||||
revision: 038a5b20f97601ac1f73edcc4642f1add35ef08f
|
||||
ref: refs/tags/6.3.54
|
||||
specs:
|
||||
metasploit-framework (6.3.53)
|
||||
metasploit-framework (6.3.54)
|
||||
actionpack (~> 7.0.0)
|
||||
activerecord (~> 7.0.0)
|
||||
activesupport (~> 7.0.0)
|
||||
@ -464,4 +464,4 @@ DEPENDENCIES
|
||||
metasploit-framework!
|
||||
|
||||
BUNDLED WITH
|
||||
2.5.3
|
||||
2.5.5
|
||||
|
@ -15,13 +15,13 @@ let
|
||||
};
|
||||
in stdenv.mkDerivation rec {
|
||||
pname = "metasploit-framework";
|
||||
version = "6.3.53";
|
||||
version = "6.3.54";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "rapid7";
|
||||
repo = "metasploit-framework";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-LyI5Ne2ztO0Or1btT0jG96PYNZVMTwEZNwYCEIc6Rd4=";
|
||||
hash = "sha256-LGAvqtmtrEuhC61LohEgFBSSLR52orHVSnJqcl60yjs=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
@ -664,12 +664,12 @@
|
||||
platforms = [];
|
||||
source = {
|
||||
fetchSubmodules = false;
|
||||
rev = "45efd21e748da75cc37d999dbfa3ec6c4fc4d0e9";
|
||||
sha256 = "1pj57a3i00h66wch2kscjlsxi8zpqr44zvanmw7fvd5kxlskj8ig";
|
||||
rev = "038a5b20f97601ac1f73edcc4642f1add35ef08f";
|
||||
sha256 = "0fyanig74skj9bav38kn3qnr450l408s4jxd1fhlpb5dv6m2yq1c";
|
||||
type = "git";
|
||||
url = "https://github.com/rapid7/metasploit-framework";
|
||||
};
|
||||
version = "6.3.53";
|
||||
version = "6.3.54";
|
||||
};
|
||||
metasploit-model = {
|
||||
groups = ["default"];
|
||||
|
Loading…
Reference in New Issue
Block a user