metasploit: 6.4.20 -> 6.4.21

This commit is contained in:
Fabian Affolter
2024-08-08 20:01:59 +02:00
parent 5544b2785f
commit 8d539fa4ba
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.20"
gem "metasploit-framework", git: "https://github.com/rapid7/metasploit-framework", ref: "refs/tags/6.4.21"
+3 -3
View File
@@ -1,9 +1,9 @@
GIT
remote: https://github.com/rapid7/metasploit-framework
revision: c364b32438a2e9844762afb4fd178ad98e72822f
ref: refs/tags/6.4.20
revision: 91e46e232df4f94407147a93fe737ebde4babcb7
ref: refs/tags/6.4.21
specs:
metasploit-framework (6.4.20)
metasploit-framework (6.4.21)
aarch64
abbrev
actionpack (~> 7.0.0)
+2 -2
View File
@@ -15,13 +15,13 @@ let
};
in stdenv.mkDerivation rec {
pname = "metasploit-framework";
version = "6.4.20";
version = "6.4.21";
src = fetchFromGitHub {
owner = "rapid7";
repo = "metasploit-framework";
rev = "refs/tags/${version}";
hash = "sha256-fmWe4vyGwUPof3bBRGYBnarPulx3kL3QW7yQQdi9LEQ=";
hash = "sha256-0qo7uxE6ovB3lqE4igmyJeMEtxgsEop6azt3EibDBmM=";
};
nativeBuildInputs = [
+3 -3
View File
@@ -724,12 +724,12 @@
platforms = [];
source = {
fetchSubmodules = false;
rev = "c364b32438a2e9844762afb4fd178ad98e72822f";
sha256 = "0i1cppc4345wbg8bv43pbjxczalx05k49hbngzl47hc6zki9wrby";
rev = "91e46e232df4f94407147a93fe737ebde4babcb7";
sha256 = "0qq6qck14xrvddx8l4ic32vh9qr5n84qlf51jrvz18is26xkpanj";
type = "git";
url = "https://github.com/rapid7/metasploit-framework";
};
version = "6.4.20";
version = "6.4.21";
};
metasploit-model = {
groups = ["default"];