Unverified Commit 0441707a authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #296492 from fabaff/metasploit-bump

metasploit: 6.3.59 -> 6.3.60
parents 287c39e7 9d43a51a
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.59"
gem "metasploit-framework", git: "https://github.com/rapid7/metasploit-framework", ref: "refs/tags/6.3.60"
+3 −3
Original line number Diff line number Diff line
GIT
  remote: https://github.com/rapid7/metasploit-framework
  revision: b6a03cb5f17b5c714fad8741c1812be542dd2087
  ref: refs/tags/6.3.59
  revision: 5df84967c30bc92484c217aa70754596ff358ad0
  ref: refs/tags/6.3.60
  specs:
    metasploit-framework (6.3.59)
    metasploit-framework (6.3.60)
      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.59";
  version = "6.3.60";

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

  nativeBuildInputs = [
+3 −3
Original line number Diff line number Diff line
@@ -674,12 +674,12 @@
    platforms = [];
    source = {
      fetchSubmodules = false;
      rev = "b6a03cb5f17b5c714fad8741c1812be542dd2087";
      sha256 = "1a4zs1hi259jx81n0jyc67dw2r9hh24262mvwqbg3qhwj33h8rm4";
      rev = "5df84967c30bc92484c217aa70754596ff358ad0";
      sha256 = "14fmag7j8bkh1mcwdw4qpkdhq8i5ry61sr1b53r1d9qnm8ql30rb";
      type = "git";
      url = "https://github.com/rapid7/metasploit-framework";
    };
    version = "6.3.59";
    version = "6.3.60";
  };
  metasploit-model = {
    groups = ["default"];