metasploit: 6.4.42 -> 6.4.43 (#371297)

This commit is contained in:
Fabian Affolter
2025-01-06 08:30:55 +01:00
committed by GitHub
4 changed files with 9 additions and 9 deletions
+1 -1
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.42"
gem "metasploit-framework", git: "https://github.com/rapid7/metasploit-framework", ref: "refs/tags/6.4.43"
+3 -3
View File
@@ -1,9 +1,9 @@
GIT
remote: https://github.com/rapid7/metasploit-framework
revision: 02397587c3a571a685c43226719c77b3194837cd
ref: refs/tags/6.4.42
revision: 726e819f87e3022dc90232087bf30edb0d149ba5
ref: refs/tags/6.4.43
specs:
metasploit-framework (6.4.42)
metasploit-framework (6.4.43)
aarch64
abbrev
actionpack (~> 7.0.0)
+2 -2
View File
@@ -18,13 +18,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "metasploit-framework";
version = "6.4.42";
version = "6.4.43";
src = fetchFromGitHub {
owner = "rapid7";
repo = "metasploit-framework";
tag = finalAttrs.version;
hash = "sha256-PsYA29tEhb++Uo0Mh2sAeAUfy51+x7NGNWrMYkj2rrE=";
hash = "sha256-1zUt6nInDUIY97fBJa0dQ/hD4WZ1v5LXYdPQhnYKlYw=";
};
nativeBuildInputs = [
+3 -3
View File
@@ -734,12 +734,12 @@
platforms = [ ];
source = {
fetchSubmodules = false;
rev = "02397587c3a571a685c43226719c77b3194837cd";
sha256 = "1cdfyr465k3a6m3b7ivykp5iy1bq01mqf34daazbz1a4vgdh1iiy";
rev = "726e819f87e3022dc90232087bf30edb0d149ba5";
sha256 = "134m19v8dl6kc7br5gvmcvhl7y233nnjbhdpywc44397fbm2sdfp";
type = "git";
url = "https://github.com/rapid7/metasploit-framework";
};
version = "6.4.42";
version = "6.4.43";
};
metasploit-model = {
groups = [ "default" ];