metasploit: 6.3.55 -> 6.3.56

This commit is contained in:
Fabian Affolter 2024-02-21 11:40:27 +01:00
parent 3317885e04
commit 9a9908c4d7
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.55"
gem "metasploit-framework", git: "https://github.com/rapid7/metasploit-framework", ref: "refs/tags/6.3.56"

View File

@ -1,9 +1,9 @@
GIT
remote: https://github.com/rapid7/metasploit-framework
revision: 59122f9afd18c1e41a2a66870f1d986896f05216
ref: refs/tags/6.3.55
revision: ff8298ede09a5e825d5d53775f36d60cd4110f17
ref: refs/tags/6.3.56
specs:
metasploit-framework (6.3.55)
metasploit-framework (6.3.56)
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.55";
version = "6.3.56";
src = fetchFromGitHub {
owner = "rapid7";
repo = "metasploit-framework";
rev = "refs/tags/${version}";
hash = "sha256-443sNaqGizvrJh7aEtarK+jix9+KYzkEZJg8k0QGskM=";
hash = "sha256-BF/8+Quu8heS+VKn5ciHfZLTAmoliO25O4BccQBj4bE=";
};
nativeBuildInputs = [

View File

@ -664,12 +664,12 @@
platforms = [];
source = {
fetchSubmodules = false;
rev = "59122f9afd18c1e41a2a66870f1d986896f05216";
sha256 = "0hxj0r296g4qch23jqwavz3y5s1bmgb15nhy4vmkp2w6m8syr3g3";
rev = "ff8298ede09a5e825d5d53775f36d60cd4110f17";
sha256 = "1cg1cc072p407fwyv215d81d74kxhz4fb9sjz691gwmf1gwzqpq4";
type = "git";
url = "https://github.com/rapid7/metasploit-framework";
};
version = "6.3.55";
version = "6.3.56";
};
metasploit-model = {
groups = ["default"];