Skip to content

Commit

Permalink
Merge pull request NixOS#258528 from fabaff/metasploit-bump
Browse files Browse the repository at this point in the history
metasploit: 6.3.35 -> 6.3.36
  • Loading branch information
fabaff authored Oct 2, 2023
2 parents 1af7a07 + 39ce8cc commit 4047ba2
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 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.3.35"
gem "metasploit-framework", git: "https://github.com/rapid7/metasploit-framework", ref: "refs/tags/6.3.36"
6 changes: 3 additions & 3 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: 26857f6f23bbec8d6f1a0b7deaf921a8021a66cd
ref: refs/tags/6.3.35
revision: 787e303296c1ac456e76b5980a975993c1e24742
ref: refs/tags/6.3.36
specs:
metasploit-framework (6.3.35)
metasploit-framework (6.3.36)
actionpack (~> 7.0)
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 @@ -15,13 +15,13 @@ let
};
in stdenv.mkDerivation rec {
pname = "metasploit-framework";
version = "6.3.35";
version = "6.3.36";

src = fetchFromGitHub {
owner = "rapid7";
repo = "metasploit-framework";
rev = version;
sha256 = "sha256-gnDIIvk4ASilSnFdMRxZ2em+zRnbBu4iUsTnTKn9YTA=";
sha256 = "sha256-oHnVIdVeQsPTAQAMInWRKYYiYT7yHG7CZReoTZzH03s=";
};

nativeBuildInputs = [ makeWrapper ];
Expand Down
6 changes: 3 additions & 3 deletions pkgs/tools/security/metasploit/gemset.nix
Original file line number Diff line number Diff line change
Expand Up @@ -654,12 +654,12 @@
platforms = [];
source = {
fetchSubmodules = false;
rev = "26857f6f23bbec8d6f1a0b7deaf921a8021a66cd";
sha256 = "0c31znllrry4a8ifw1nv376vxsfrb4f32pbi9ajjh09qz4ichw42";
rev = "787e303296c1ac456e76b5980a975993c1e24742";
sha256 = "0yykqyf4va0pcp16w77j7rhj51i9j5sj4300079w6hjyslhxayd0";
type = "git";
url = "https://github.com/rapid7/metasploit-framework";
};
version = "6.3.35";
version = "6.3.36";
};
metasploit-model = {
groups = ["default"];
Expand Down

0 comments on commit 4047ba2

Please sign in to comment.