Unverified Commit 054e18b3 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #254355 from fabaff/metasploit-bump

metasploit: 6.3.32 -> 6.3.33
parents 3b8caa01 d637fab3
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.32"
gem "metasploit-framework", git: "https://github.com/rapid7/metasploit-framework", ref: "refs/tags/6.3.33"
+3 −3
Original line number Diff line number Diff line
GIT
  remote: https://github.com/rapid7/metasploit-framework
  revision: d644909dcaa8814f9d8ef53d18bf7fa63d197897
  ref: refs/tags/6.3.32
  revision: 61956404cadf364417ec02b4cb7025b50a866565
  ref: refs/tags/6.3.33
  specs:
    metasploit-framework (6.3.32)
    metasploit-framework (6.3.33)
      actionpack (~> 7.0)
      activerecord (~> 7.0)
      activesupport (~> 7.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.32";
  version = "6.3.33";

  src = fetchFromGitHub {
    owner = "rapid7";
    repo = "metasploit-framework";
    rev = version;
    sha256 = "sha256-3aiHBaYxrpe/KSF2LiafcANIgWvZEp1kgRXry3/uWvY=";
    sha256 = "sha256-S/uazRDWK1AqLT2QTKiluRmcwy82PZitezQMw1Kb9no=";
  };

  nativeBuildInputs = [ makeWrapper ];
+3 −3
Original line number Diff line number Diff line
@@ -654,12 +654,12 @@
    platforms = [];
    source = {
      fetchSubmodules = false;
      rev = "d644909dcaa8814f9d8ef53d18bf7fa63d197897";
      sha256 = "1xjsxrzwpsqmh5j9s4nrdf0lh0vhkwk2wxi156zrgbiilq2qga6x";
      rev = "61956404cadf364417ec02b4cb7025b50a866565";
      sha256 = "0ypnkd9c631lgfnrhg9n5z1rq6drlnl4r41x5lm50ayn236rmysb";
      type = "git";
      url = "https://github.com/rapid7/metasploit-framework";
    };
    version = "6.3.32";
    version = "6.3.33";
  };
  metasploit-model = {
    groups = ["default"];