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

metasploit: 6.4.28 -> 6.4.29 (#347252)

parents 829927f4 44ecbef7
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.27"
gem "metasploit-framework", git: "https://github.com/rapid7/metasploit-framework", ref: "refs/tags/6.4.29"
+3 −3
Original line number Diff line number Diff line
GIT
  remote: https://github.com/rapid7/metasploit-framework
  revision: 86efc784b8598197cfb817ad4e4d0eb75fd59063
  ref: refs/tags/6.4.27
  revision: 6f37955454995e39746353a01aeb6d9d58221d1c
  ref: refs/tags/6.4.29
  specs:
    metasploit-framework (6.4.28)
    metasploit-framework (6.4.29)
      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.27";
  version = "6.4.29";

  src = fetchFromGitHub {
    owner = "rapid7";
    repo = "metasploit-framework";
    rev = "refs/tags/${version}";
    hash = "sha256-zett+ZUIqjzm4STt3f9oqyz32ViKTwbiZf8Ey72Bztg=";
    hash = "sha256-qu5zK/QC9/DapYanw3lvMLdRso8PAndKSJukQaazoZs=";
  };

  nativeBuildInputs = [
+3 −3
Original line number Diff line number Diff line
@@ -724,12 +724,12 @@
    platforms = [];
    source = {
      fetchSubmodules = false;
      rev = "86efc784b8598197cfb817ad4e4d0eb75fd59063";
      sha256 = "1n6fh6ywn17zcpi0ckwab3czfb5bd3zxvv94w7k3rah8jpwnvsyd";
      rev = "6f37955454995e39746353a01aeb6d9d58221d1c";
      sha256 = "16x1nfk4394v9157f0hgiyr53drhdxww79w6lpdg1xq2yhmp7vma";
      type = "git";
      url = "https://github.com/rapid7/metasploit-framework";
    };
    version = "6.4.28";
    version = "6.4.29";
  };
  metasploit-model = {
    groups = ["default"];