Skip to content

Commit ef95c99

Browse files
authored
metasploit: 6.4.36 -> 6.4.37 (#358442)
2 parents 2b8b999 + 2dc2a5d commit ef95c99

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# frozen_string_literal: true
22
source "https://rubygems.org"
33

4-
gem "metasploit-framework", git: "https://github.com/rapid7/metasploit-framework", ref: "refs/tags/6.4.36"
4+
gem "metasploit-framework", git: "https://github.com/rapid7/metasploit-framework", ref: "refs/tags/6.4.37"

pkgs/tools/security/metasploit/Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
GIT
22
remote: https://github.com/rapid7/metasploit-framework
3-
revision: 65c9364cfbe9540e24a7c5312666e77e2de52389
4-
ref: refs/tags/6.4.36
3+
revision: c58328ce3f0a86d24580e76961476ad37b8d6de9
4+
ref: refs/tags/6.4.37
55
specs:
6-
metasploit-framework (6.4.36)
6+
metasploit-framework (6.4.37)
77
aarch64
88
abbrev
99
actionpack (~> 7.0.0)
@@ -488,4 +488,4 @@ DEPENDENCIES
488488
metasploit-framework!
489489

490490
BUNDLED WITH
491-
2.5.16
491+
2.5.22

pkgs/tools/security/metasploit/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ let
1515
};
1616
in stdenv.mkDerivation rec {
1717
pname = "metasploit-framework";
18-
version = "6.4.36";
18+
version = "6.4.37";
1919

2020
src = fetchFromGitHub {
2121
owner = "rapid7";
2222
repo = "metasploit-framework";
2323
rev = "refs/tags/${version}";
24-
hash = "sha256-di7/LBqXrcIhy4UG5krAFSJ1ZhrJuGxEWJ25aVLuiGg=";
24+
hash = "sha256-/c0F/5bbuQYkNB2tzjK2NGoTr3OD4fAUUEjiJVybKFM=";
2525
};
2626

2727
nativeBuildInputs = [

pkgs/tools/security/metasploit/gemset.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -734,12 +734,12 @@
734734
platforms = [];
735735
source = {
736736
fetchSubmodules = false;
737-
rev = "65c9364cfbe9540e24a7c5312666e77e2de52389";
738-
sha256 = "0s48xr96kfcxb126rf6939k7a8hmq15fc1l5rchw5bcp38ngybkn";
737+
rev = "c58328ce3f0a86d24580e76961476ad37b8d6de9";
738+
sha256 = "0lr8kdf2bqj8a0ag1qc3ffpi6silnqrcxb8x6hj0dffvjvzhbkgx";
739739
type = "git";
740740
url = "https://github.com/rapid7/metasploit-framework";
741741
};
742-
version = "6.4.36";
742+
version = "6.4.37";
743743
};
744744
metasploit-model = {
745745
groups = ["default"];

0 commit comments

Comments
 (0)