mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
metasploit: 6.4.33 -> 6.4.34 (#352813)
This commit is contained in:
commit
0dddf339c8
@ -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.4.33"
|
||||
gem "metasploit-framework", git: "https://github.com/rapid7/metasploit-framework", ref: "refs/tags/6.4.34"
|
||||
|
@ -1,9 +1,9 @@
|
||||
GIT
|
||||
remote: https://github.com/rapid7/metasploit-framework
|
||||
revision: 1939065b94ee3c2033e720b753c5a6bd70e09c07
|
||||
ref: refs/tags/6.4.33
|
||||
revision: e9286ec3faffa15e12ef3e267da335cd4afdfaea
|
||||
ref: refs/tags/6.4.34
|
||||
specs:
|
||||
metasploit-framework (6.4.33)
|
||||
metasploit-framework (6.4.34)
|
||||
aarch64
|
||||
abbrev
|
||||
actionpack (~> 7.0.0)
|
||||
@ -44,7 +44,7 @@ GIT
|
||||
metasploit-concern
|
||||
metasploit-credential
|
||||
metasploit-model
|
||||
metasploit-payloads (= 2.0.183)
|
||||
metasploit-payloads (= 2.0.187)
|
||||
metasploit_data_models
|
||||
metasploit_payloads-mettle (= 1.0.35)
|
||||
mqtt
|
||||
@ -69,7 +69,7 @@ GIT
|
||||
pg
|
||||
puma
|
||||
railties
|
||||
rasn1
|
||||
rasn1 (= 0.13.0)
|
||||
rb-readline
|
||||
recog
|
||||
redcarpet
|
||||
@ -274,7 +274,7 @@ GEM
|
||||
activemodel (~> 7.0)
|
||||
activesupport (~> 7.0)
|
||||
railties (~> 7.0)
|
||||
metasploit-payloads (2.0.183)
|
||||
metasploit-payloads (2.0.187)
|
||||
metasploit_data_models (6.0.3)
|
||||
activerecord (~> 7.0)
|
||||
activesupport (~> 7.0)
|
||||
|
@ -15,13 +15,13 @@ let
|
||||
};
|
||||
in stdenv.mkDerivation rec {
|
||||
pname = "metasploit-framework";
|
||||
version = "6.4.33";
|
||||
version = "6.4.34";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "rapid7";
|
||||
repo = "metasploit-framework";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-RMQEFRIArj2RuYk6GFDsGXpWRPANxD8OUJUQMtQUBW4=";
|
||||
hash = "sha256-2ZYyvASTh1vqBolUCyp8lNLgTPv0tFd7+qZe3KpkDhk=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
@ -734,12 +734,12 @@
|
||||
platforms = [];
|
||||
source = {
|
||||
fetchSubmodules = false;
|
||||
rev = "1939065b94ee3c2033e720b753c5a6bd70e09c07";
|
||||
sha256 = "0vh52ka3444ma073zi0dy125cyhrxi81hfl9p68kvbh028ah9i24";
|
||||
rev = "e9286ec3faffa15e12ef3e267da335cd4afdfaea";
|
||||
sha256 = "068fcjmdqpm6z9xmgd7lzd6f1lllghm0nm490vm5p1wk0jy355nr";
|
||||
type = "git";
|
||||
url = "https://github.com/rapid7/metasploit-framework";
|
||||
};
|
||||
version = "6.4.33";
|
||||
version = "6.4.34";
|
||||
};
|
||||
metasploit-model = {
|
||||
groups = ["default"];
|
||||
@ -756,10 +756,10 @@
|
||||
platforms = [];
|
||||
source = {
|
||||
remotes = ["https://rubygems.org"];
|
||||
sha256 = "0bdn7g01a4hvli6ymkl215xmw823jnd5fwv63wy9bgyaih14ysmd";
|
||||
sha256 = "13cm4pblldz1cl3cmvppkwsbv12b2a4kfl3r3kzfyjwrlhz121wn";
|
||||
type = "gem";
|
||||
};
|
||||
version = "2.0.183";
|
||||
version = "2.0.187";
|
||||
};
|
||||
metasploit_data_models = {
|
||||
groups = ["default"];
|
||||
|
Loading…
Reference in New Issue
Block a user