Commit 1dd26e8b authored by Fabian Affolter's avatar Fabian Affolter
Browse files

metasploit: 6.4.26 -> 6.4.28

parent 1228db54
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.26"
gem "metasploit-framework", git: "https://github.com/rapid7/metasploit-framework", ref: "refs/tags/6.4.27"
+3 −3
Original line number Diff line number Diff line
GIT
  remote: https://github.com/rapid7/metasploit-framework
  revision: 4ec7d1be72158642c17b18dcb9e66e44c1bb5a5a
  ref: refs/tags/6.4.26
  revision: 86efc784b8598197cfb817ad4e4d0eb75fd59063
  ref: refs/tags/6.4.27
  specs:
    metasploit-framework (6.4.26)
    metasploit-framework (6.4.28)
      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.26";
  version = "6.4.27";

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

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