Commit 2dc2a5da authored by Fabian Affolter's avatar Fabian Affolter
Browse files

metasploit: 6.4.36 -> 6.4.37

parent bea02504
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.36"
gem "metasploit-framework", git: "https://github.com/rapid7/metasploit-framework", ref: "refs/tags/6.4.37"
+4 −4
Original line number Diff line number Diff line
GIT
  remote: https://github.com/rapid7/metasploit-framework
  revision: 65c9364cfbe9540e24a7c5312666e77e2de52389
  ref: refs/tags/6.4.36
  revision: c58328ce3f0a86d24580e76961476ad37b8d6de9
  ref: refs/tags/6.4.37
  specs:
    metasploit-framework (6.4.36)
    metasploit-framework (6.4.37)
      aarch64
      abbrev
      actionpack (~> 7.0.0)
@@ -488,4 +488,4 @@ DEPENDENCIES
  metasploit-framework!

BUNDLED WITH
   2.5.16
   2.5.22
+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.36";
  version = "6.4.37";

  src = fetchFromGitHub {
    owner = "rapid7";
    repo = "metasploit-framework";
    rev = "refs/tags/${version}";
    hash = "sha256-di7/LBqXrcIhy4UG5krAFSJ1ZhrJuGxEWJ25aVLuiGg=";
    hash = "sha256-/c0F/5bbuQYkNB2tzjK2NGoTr3OD4fAUUEjiJVybKFM=";
  };

  nativeBuildInputs = [
+3 −3
Original line number Diff line number Diff line
@@ -734,12 +734,12 @@
    platforms = [];
    source = {
      fetchSubmodules = false;
      rev = "65c9364cfbe9540e24a7c5312666e77e2de52389";
      sha256 = "0s48xr96kfcxb126rf6939k7a8hmq15fc1l5rchw5bcp38ngybkn";
      rev = "c58328ce3f0a86d24580e76961476ad37b8d6de9";
      sha256 = "0lr8kdf2bqj8a0ag1qc3ffpi6silnqrcxb8x6hj0dffvjvzhbkgx";
      type = "git";
      url = "https://github.com/rapid7/metasploit-framework";
    };
    version = "6.4.36";
    version = "6.4.37";
  };
  metasploit-model = {
    groups = ["default"];