metasploit: 6.4.25 -> 6.4.26

This commit is contained in:
Fabian Affolter
2024-09-14 11:43:18 +02:00
parent 14b9afe062
commit 84d2f83b44
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.25"
gem "metasploit-framework", git: "https://github.com/rapid7/metasploit-framework", ref: "refs/tags/6.4.26"
+3 -3
View File
@@ -1,9 +1,9 @@
GIT
remote: https://github.com/rapid7/metasploit-framework
revision: 8a95b2c37de1aea1c347324a1e8171d9189e149b
ref: refs/tags/6.4.25
revision: 4ec7d1be72158642c17b18dcb9e66e44c1bb5a5a
ref: refs/tags/6.4.26
specs:
metasploit-framework (6.4.25)
metasploit-framework (6.4.26)
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.25";
version = "6.4.26";
src = fetchFromGitHub {
owner = "rapid7";
repo = "metasploit-framework";
rev = "refs/tags/${version}";
hash = "sha256-JSRex8aNwINEErNi5UoW29YV0R6pSfkyYrULK9vLTAc=";
hash = "sha256-yGpS3wvUjJ4M4OTHcNNa3PQCl884q4vow+2YiM5QQSI=";
};
nativeBuildInputs = [
+3 -3
View File
@@ -724,12 +724,12 @@
platforms = [];
source = {
fetchSubmodules = false;
rev = "8a95b2c37de1aea1c347324a1e8171d9189e149b";
sha256 = "01scrgdjn2xmc8rgjjd93v8ibmnv2r5faqmk29287h4dqv3mw915";
rev = "4ec7d1be72158642c17b18dcb9e66e44c1bb5a5a";
sha256 = "08j1a378i67dqgl8parqrybh5x6wbb9p1iz4w069x36l1ggm4sn8";
type = "git";
url = "https://github.com/rapid7/metasploit-framework";
};
version = "6.4.25";
version = "6.4.26";
};
metasploit-model = {
groups = ["default"];