Skip to content

Commit

Permalink
metasploit: 6.4.39 -> 6.4.41 (NixOS#366652)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored Dec 20, 2024
2 parents fb1d135 + d8dc012 commit fe04f46
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion pkgs/tools/security/metasploit/Gemfile
Original file line number Diff line number Diff line change
@@ -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.39"
gem "metasploit-framework", git: "https://github.com/rapid7/metasploit-framework", ref: "refs/tags/6.4.41"
10 changes: 5 additions & 5 deletions pkgs/tools/security/metasploit/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
GIT
remote: https://github.com/rapid7/metasploit-framework
revision: b815ef9870c45e2f9d2e62475e1780ddb9bfb1d0
ref: refs/tags/6.4.39
revision: 813c3bea8c3f200422dbaf21ae03229adff424f3
ref: refs/tags/6.4.41
specs:
metasploit-framework (6.4.39)
metasploit-framework (6.4.41)
aarch64
abbrev
actionpack (~> 7.0.0)
Expand Down Expand Up @@ -44,7 +44,7 @@ GIT
metasploit-concern
metasploit-credential
metasploit-model
metasploit-payloads (= 2.0.187)
metasploit-payloads (= 2.0.189)
metasploit_data_models
metasploit_payloads-mettle (= 1.0.35)
mqtt
Expand Down Expand Up @@ -275,7 +275,7 @@ GEM
activemodel (~> 7.0)
activesupport (~> 7.0)
railties (~> 7.0)
metasploit-payloads (2.0.187)
metasploit-payloads (2.0.189)
metasploit_data_models (6.0.5)
activerecord (~> 7.0)
activesupport (~> 7.0)
Expand Down
4 changes: 2 additions & 2 deletions pkgs/tools/security/metasploit/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "metasploit-framework";
version = "6.4.39";
version = "6.4.41";

src = fetchFromGitHub {
owner = "rapid7";
repo = "metasploit-framework";
rev = "refs/tags/${finalAttrs.version}";
hash = "sha256-Zg6ui9B+l7tVVrv+gMpFL/xWuvdOc0Gf29s1ZvP2EYM=";
hash = "sha256-70uCHjX5g3fEdgZxYn/VKKZn39V+940KIkkDU6mvYVU=";
};

nativeBuildInputs = [
Expand Down
10 changes: 5 additions & 5 deletions pkgs/tools/security/metasploit/gemset.nix
Original file line number Diff line number Diff line change
Expand Up @@ -734,12 +734,12 @@
platforms = [ ];
source = {
fetchSubmodules = false;
rev = "b815ef9870c45e2f9d2e62475e1780ddb9bfb1d0";
sha256 = "10qiyvrncdfvvfgl2wsfyyx5dz1g8p581zmvaravp5vys25sw3k6";
rev = "813c3bea8c3f200422dbaf21ae03229adff424f3";
sha256 = "0mb1mylm60s94858vxvyspgng9i8smzn4w86fv27g0zr6lg84jzg";
type = "git";
url = "https://github.com/rapid7/metasploit-framework";
};
version = "6.4.39";
version = "6.4.41";
};
metasploit-model = {
groups = [ "default" ];
Expand All @@ -756,10 +756,10 @@
platforms = [ ];
source = {
remotes = [ "https://rubygems.org" ];
sha256 = "13cm4pblldz1cl3cmvppkwsbv12b2a4kfl3r3kzfyjwrlhz121wn";
sha256 = "0nxr3bs30h2dqmjll322zrgcrkam82k7y5s2l5mx2siy4s4xvlbv";
type = "gem";
};
version = "2.0.187";
version = "2.0.189";
};
metasploit_data_models = {
groups = [ "default" ];
Expand Down

0 comments on commit fe04f46

Please sign in to comment.