metasploit: 6.4.2 -> 6.4.3

This commit is contained in:
Fabian Affolter 2024-04-13 15:21:21 +02:00
parent ee64a5f3ea
commit eb086c0687
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.4.2"
gem "metasploit-framework", git: "https://github.com/rapid7/metasploit-framework", ref: "refs/tags/6.4.3"

View File

@ -1,9 +1,9 @@
GIT
remote: https://github.com/rapid7/metasploit-framework
revision: 87b5f6c43676408498c88393a46890f22acc76e3
ref: refs/tags/6.4.2
revision: 3855e135a14eec07e12f3d26416713a691b3c149
ref: refs/tags/6.4.3
specs:
metasploit-framework (6.4.2)
metasploit-framework (6.4.3)
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.4.2";
version = "6.4.3";
src = fetchFromGitHub {
owner = "rapid7";
repo = "metasploit-framework";
rev = "refs/tags/${version}";
hash = "sha256-c/0XOz86v3So7GUGdOiDEorHeJ+rxfdsRXIGvuT/d/I=";
hash = "sha256-3FCTKiZ9vTmguGXRrfWGlUVVEKrV8uWMPeSF9zRz+UE=";
};
nativeBuildInputs = [

View File

@ -674,12 +674,12 @@
platforms = [];
source = {
fetchSubmodules = false;
rev = "87b5f6c43676408498c88393a46890f22acc76e3";
sha256 = "1wkpzzjbw1kj8mnggidbkxwcg2hjhgl781k5xjl79grs7wxigzbk";
rev = "3855e135a14eec07e12f3d26416713a691b3c149";
sha256 = "0hgrfcsgg1g47n6fbwnmm885aicmhvssvlb5p2h3kgbx4qm96l6w";
type = "git";
url = "https://github.com/rapid7/metasploit-framework";
};
version = "6.4.2";
version = "6.4.3";
};
metasploit-model = {
groups = ["default"];