metasploit: 6.4.28 -> 6.4.29
This commit is contained in:
parent
164098be8e
commit
44ecbef7fb
@ -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.27"
|
||||
gem "metasploit-framework", git: "https://github.com/rapid7/metasploit-framework", ref: "refs/tags/6.4.29"
|
||||
|
@ -1,9 +1,9 @@
|
||||
GIT
|
||||
remote: https://github.com/rapid7/metasploit-framework
|
||||
revision: 86efc784b8598197cfb817ad4e4d0eb75fd59063
|
||||
ref: refs/tags/6.4.27
|
||||
revision: 6f37955454995e39746353a01aeb6d9d58221d1c
|
||||
ref: refs/tags/6.4.29
|
||||
specs:
|
||||
metasploit-framework (6.4.28)
|
||||
metasploit-framework (6.4.29)
|
||||
aarch64
|
||||
abbrev
|
||||
actionpack (~> 7.0.0)
|
||||
|
@ -15,13 +15,13 @@ let
|
||||
};
|
||||
in stdenv.mkDerivation rec {
|
||||
pname = "metasploit-framework";
|
||||
version = "6.4.27";
|
||||
version = "6.4.29";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "rapid7";
|
||||
repo = "metasploit-framework";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-zett+ZUIqjzm4STt3f9oqyz32ViKTwbiZf8Ey72Bztg=";
|
||||
hash = "sha256-qu5zK/QC9/DapYanw3lvMLdRso8PAndKSJukQaazoZs=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
@ -724,12 +724,12 @@
|
||||
platforms = [];
|
||||
source = {
|
||||
fetchSubmodules = false;
|
||||
rev = "86efc784b8598197cfb817ad4e4d0eb75fd59063";
|
||||
sha256 = "1n6fh6ywn17zcpi0ckwab3czfb5bd3zxvv94w7k3rah8jpwnvsyd";
|
||||
rev = "6f37955454995e39746353a01aeb6d9d58221d1c";
|
||||
sha256 = "16x1nfk4394v9157f0hgiyr53drhdxww79w6lpdg1xq2yhmp7vma";
|
||||
type = "git";
|
||||
url = "https://github.com/rapid7/metasploit-framework";
|
||||
};
|
||||
version = "6.4.28";
|
||||
version = "6.4.29";
|
||||
};
|
||||
metasploit-model = {
|
||||
groups = ["default"];
|
||||
|
Loading…
Reference in New Issue
Block a user