Unverified Commit ad50927a authored by Adam C. Stephens's avatar Adam C. Stephens Committed by GitHub
Browse files

metasploit: 6.4.24 -> 6.4.25 (#339889)

parents edec81ea d5c686a5
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.24"
gem "metasploit-framework", git: "https://github.com/rapid7/metasploit-framework", ref: "refs/tags/6.4.25"
+3 −3
Original line number Diff line number Diff line
GIT
  remote: https://github.com/rapid7/metasploit-framework
  revision: 1d1fe1ccc7a339d4800cf20b8301d1ff1f56cd9b
  ref: refs/tags/6.4.24
  revision: 8a95b2c37de1aea1c347324a1e8171d9189e149b
  ref: refs/tags/6.4.25
  specs:
    metasploit-framework (6.4.24)
    metasploit-framework (6.4.25)
      aarch64
      abbrev
      actionpack (~> 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.24";
  version = "6.4.25";

  src = fetchFromGitHub {
    owner = "rapid7";
    repo = "metasploit-framework";
    rev = "refs/tags/${version}";
    hash = "sha256-320yeezX3GV8sNi84JbU8qeKcj+uuiaqXQkYYh1jmh0=";
    hash = "sha256-JSRex8aNwINEErNi5UoW29YV0R6pSfkyYrULK9vLTAc=";
  };

  nativeBuildInputs = [
+3 −3
Original line number Diff line number Diff line
@@ -724,12 +724,12 @@
    platforms = [];
    source = {
      fetchSubmodules = false;
      rev = "1d1fe1ccc7a339d4800cf20b8301d1ff1f56cd9b";
      sha256 = "07csccfn4609bnm2dfmf7xr8m9zjsjbf1g6qn1y6bp6pxiwk4vfz";
      rev = "8a95b2c37de1aea1c347324a1e8171d9189e149b";
      sha256 = "01scrgdjn2xmc8rgjjd93v8ibmnv2r5faqmk29287h4dqv3mw915";
      type = "git";
      url = "https://github.com/rapid7/metasploit-framework";
    };
    version = "6.4.24";
    version = "6.4.25";
  };
  metasploit-model = {
    groups = ["default"];