Unverified Commit 16f46042 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #271410 from fabaff/metasploit-bump

metasploit: 6.3.44 -> 6.3.45
parents 1054ed56 35c039e5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
# frozen_string_literal: true
source "https://rubygems.org"

gem "metasploit-framework", git: "https://github.com/rapid7/metasploit-framework", ref: "refs/tags/6.3.44"
gem "metasploit-framework", git: "https://github.com/rapid7/metasploit-framework", ref: "refs/tags/6.3.45"
+3 −3
Original line number Diff line number Diff line
GIT
  remote: https://github.com/rapid7/metasploit-framework
  revision: 54a9eee7f85d369feef55d6a340340ad965f80a0
  ref: refs/tags/6.3.44
  revision: dd2f4b923912fc2ffc84d4a1d5e3bbccd5a8efc1
  ref: refs/tags/6.3.45
  specs:
    metasploit-framework (6.3.44)
    metasploit-framework (6.3.45)
      actionpack (~> 7.0.0)
      activerecord (~> 7.0.0)
      activesupport (~> 7.0.0)
+2 −2
Original line number Diff line number Diff line
@@ -15,13 +15,13 @@ let
  };
in stdenv.mkDerivation rec {
  pname = "metasploit-framework";
  version = "6.3.44";
  version = "6.3.45";

  src = fetchFromGitHub {
    owner = "rapid7";
    repo = "metasploit-framework";
    rev = "refs/tags/${version}";
    hash = "sha256-LBmyFE617G2ryEAp5fig3G2T/goa9NXUggu0XH4X1xs=";
    hash = "sha256-vDTbuvMkudwV3rCEEwE62emXNSMgXR1XHyVB3sDN56Y=";
  };

  nativeBuildInputs = [
+3 −3
Original line number Diff line number Diff line
@@ -654,12 +654,12 @@
    platforms = [];
    source = {
      fetchSubmodules = false;
      rev = "54a9eee7f85d369feef55d6a340340ad965f80a0";
      sha256 = "06yp2xz5rd0bhbadbx0s1bz96vfwl3wfaaa0r2mnvv5m9qab469c";
      rev = "dd2f4b923912fc2ffc84d4a1d5e3bbccd5a8efc1";
      sha256 = "19p7rp0dwh953xbisp904csrgsfr780i715hvqaxrf94yfxdnd5w";
      type = "git";
      url = "https://github.com/rapid7/metasploit-framework";
    };
    version = "6.3.44";
    version = "6.3.45";
  };
  metasploit-model = {
    groups = ["default"];