Unverified Commit 0810c18b authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

metasploit: 6.4.6 -> 6.4.7 (#309227)

parent be5e47a5
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.4.6"
gem "metasploit-framework", git: "https://github.com/rapid7/metasploit-framework", ref: "refs/tags/6.4.7"
+3 −3
Original line number Diff line number Diff line
GIT
  remote: https://github.com/rapid7/metasploit-framework
  revision: 55ea82f7d3f98652ea81ab1d29d3be3e55528345
  ref: refs/tags/6.4.6
  revision: 2f47cc94d99413b39b5963e94355f0d1ae012cb5
  ref: refs/tags/6.4.7
  specs:
    metasploit-framework (6.4.6)
    metasploit-framework (6.4.7)
      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.4.6";
  version = "6.4.7";

  src = fetchFromGitHub {
    owner = "rapid7";
    repo = "metasploit-framework";
    rev = "refs/tags/${version}";
    hash = "sha256-2O/Hl95yd+4va6TGxd5zYdsjcgBwCGOcZ2jvtoOBhBE=";
    hash = "sha256-HqISVgemx7heOxTfjjEf4si3wQle4pHGi5AW7nroPoc=";
  };

  nativeBuildInputs = [
+3 −3
Original line number Diff line number Diff line
@@ -674,12 +674,12 @@
    platforms = [];
    source = {
      fetchSubmodules = false;
      rev = "55ea82f7d3f98652ea81ab1d29d3be3e55528345";
      sha256 = "04c4h61vdvv8cyf6623h01r27nv1fggcbim4dcpywxvjvsbwgvyq";
      rev = "2f47cc94d99413b39b5963e94355f0d1ae012cb5";
      sha256 = "11ryx1xfw5lhig393qjy170vgj723wqqxpql7dgbiix60xb158hy";
      type = "git";
      url = "https://github.com/rapid7/metasploit-framework";
    };
    version = "6.4.6";
    version = "6.4.7";
  };
  metasploit-model = {
    groups = ["default"];