metasploit: 6.4.13 -> 6.4.14

This commit is contained in:
Fabian Affolter 2024-06-21 08:20:53 +02:00
parent 38ba06c7b9
commit 05ead25eb3
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.13"
gem "metasploit-framework", git: "https://github.com/rapid7/metasploit-framework", ref: "refs/tags/6.4.14"

View File

@ -1,9 +1,9 @@
GIT
remote: https://github.com/rapid7/metasploit-framework
revision: 0dae49af4bc85231052e15fc97f8bfbf9ec56cf3
ref: refs/tags/6.4.13
revision: 685168ecf3266361a8e7836b2a7889751b7d20b8
ref: refs/tags/6.4.14
specs:
metasploit-framework (6.4.13)
metasploit-framework (6.4.14)
aarch64
abbrev
actionpack (~> 7.0.0)

View File

@ -15,13 +15,13 @@ let
};
in stdenv.mkDerivation rec {
pname = "metasploit-framework";
version = "6.4.13";
version = "6.4.14";
src = fetchFromGitHub {
owner = "rapid7";
repo = "metasploit-framework";
rev = "refs/tags/${version}";
hash = "sha256-9Qo+6FAkrzkXpaHPa6u3BgGH8yKDCKo1TtS4xO12Kew=";
hash = "sha256-aUxHCeRBlE0CQuroxge9A/O1LA9DfQJwuwWZsPUKz1A=";
};
nativeBuildInputs = [

View File

@ -724,12 +724,12 @@
platforms = [];
source = {
fetchSubmodules = false;
rev = "0dae49af4bc85231052e15fc97f8bfbf9ec56cf3";
sha256 = "1v19fvnw9f6l9qssl2434brqf086nymnpkx1llbkkbr4a3l3w2pm";
rev = "685168ecf3266361a8e7836b2a7889751b7d20b8";
sha256 = "0l6g1bsv1685pdq04za31wnbbwq3pl3wds7a8814v521wh4lfk39";
type = "git";
url = "https://github.com/rapid7/metasploit-framework";
};
version = "6.4.13";
version = "6.4.14";
};
metasploit-model = {
groups = ["default"];