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

Merge pull request #290418 from fabaff/metasploit-bump

metasploit: 6.3.55 -> 6.3.56
parents ac4c5a60 9a9908c4
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.55"
gem "metasploit-framework", git: "https://github.com/rapid7/metasploit-framework", ref: "refs/tags/6.3.56"
+3 −3
Original line number Diff line number Diff line
GIT
  remote: https://github.com/rapid7/metasploit-framework
  revision: 59122f9afd18c1e41a2a66870f1d986896f05216
  ref: refs/tags/6.3.55
  revision: ff8298ede09a5e825d5d53775f36d60cd4110f17
  ref: refs/tags/6.3.56
  specs:
    metasploit-framework (6.3.55)
    metasploit-framework (6.3.56)
      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.55";
  version = "6.3.56";

  src = fetchFromGitHub {
    owner = "rapid7";
    repo = "metasploit-framework";
    rev = "refs/tags/${version}";
    hash = "sha256-443sNaqGizvrJh7aEtarK+jix9+KYzkEZJg8k0QGskM=";
    hash = "sha256-BF/8+Quu8heS+VKn5ciHfZLTAmoliO25O4BccQBj4bE=";
  };

  nativeBuildInputs = [
+3 −3
Original line number Diff line number Diff line
@@ -664,12 +664,12 @@
    platforms = [];
    source = {
      fetchSubmodules = false;
      rev = "59122f9afd18c1e41a2a66870f1d986896f05216";
      sha256 = "0hxj0r296g4qch23jqwavz3y5s1bmgb15nhy4vmkp2w6m8syr3g3";
      rev = "ff8298ede09a5e825d5d53775f36d60cd4110f17";
      sha256 = "1cg1cc072p407fwyv215d81d74kxhz4fb9sjz691gwmf1gwzqpq4";
      type = "git";
      url = "https://github.com/rapid7/metasploit-framework";
    };
    version = "6.3.55";
    version = "6.3.56";
  };
  metasploit-model = {
    groups = ["default"];