metasploit: 6.4.24 -> 6.4.25

This commit is contained in:
Fabian Affolter 2024-09-05 22:01:11 +02:00
parent 2ff3306cde
commit d5c686a5bd
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.24"
gem "metasploit-framework", git: "https://github.com/rapid7/metasploit-framework", ref: "refs/tags/6.4.25"

View File

@ -1,9 +1,9 @@
GIT
remote: https://github.com/rapid7/metasploit-framework
revision: 1d1fe1ccc7a339d4800cf20b8301d1ff1f56cd9b
ref: refs/tags/6.4.24
revision: 8a95b2c37de1aea1c347324a1e8171d9189e149b
ref: refs/tags/6.4.25
specs:
metasploit-framework (6.4.24)
metasploit-framework (6.4.25)
aarch64
abbrev
actionpack (~> 7.0.0)

View File

@ -15,13 +15,13 @@ let
};
in stdenv.mkDerivation rec {
pname = "metasploit-framework";
version = "6.4.24";
version = "6.4.25";
src = fetchFromGitHub {
owner = "rapid7";
repo = "metasploit-framework";
rev = "refs/tags/${version}";
hash = "sha256-320yeezX3GV8sNi84JbU8qeKcj+uuiaqXQkYYh1jmh0=";
hash = "sha256-JSRex8aNwINEErNi5UoW29YV0R6pSfkyYrULK9vLTAc=";
};
nativeBuildInputs = [

View File

@ -724,12 +724,12 @@
platforms = [];
source = {
fetchSubmodules = false;
rev = "1d1fe1ccc7a339d4800cf20b8301d1ff1f56cd9b";
sha256 = "07csccfn4609bnm2dfmf7xr8m9zjsjbf1g6qn1y6bp6pxiwk4vfz";
rev = "8a95b2c37de1aea1c347324a1e8171d9189e149b";
sha256 = "01scrgdjn2xmc8rgjjd93v8ibmnv2r5faqmk29287h4dqv3mw915";
type = "git";
url = "https://github.com/rapid7/metasploit-framework";
};
version = "6.4.24";
version = "6.4.25";
};
metasploit-model = {
groups = ["default"];