Commit 99e233d3 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

metasploit: 6.3.42 -> 6.3.43

parent 9661e33f
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.42"
gem "metasploit-framework", git: "https://github.com/rapid7/metasploit-framework", ref: "refs/tags/6.3.43"
+3 −3
Original line number Diff line number Diff line
GIT
  remote: https://github.com/rapid7/metasploit-framework
  revision: adf413fba45b298c4e16f7f1043dc69f99d2fbdb
  ref: refs/tags/6.3.42
  revision: 58dcabe21524d8b2c4d05618ca8509dc42cc6515
  ref: refs/tags/6.3.43
  specs:
    metasploit-framework (6.3.42)
    metasploit-framework (6.3.43)
      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.42";
  version = "6.3.43";

  src = fetchFromGitHub {
    owner = "rapid7";
    repo = "metasploit-framework";
    rev = version;
    sha256 = "sha256-6ddW6VlbWV71BERJISF67UPRcwLQY8Hpw4kf80lCNBE=";
    sha256 = "sha256-IWdSxXhJFGbNTo9xqEjBJNEWB6imzdwzgnXoUbfao/g=";
  };

  nativeBuildInputs = [ makeWrapper ];
+3 −3
Original line number Diff line number Diff line
@@ -654,12 +654,12 @@
    platforms = [];
    source = {
      fetchSubmodules = false;
      rev = "adf413fba45b298c4e16f7f1043dc69f99d2fbdb";
      sha256 = "049l894z67w9qglw2qyh09rx2hzdg8hj2ja40ksmwnavb7lmdmz9";
      rev = "58dcabe21524d8b2c4d05618ca8509dc42cc6515";
      sha256 = "1y53vavm3s3mh8rxrkd6m03idl94q54ahwcg9v6nc529g32m4rr1";
      type = "git";
      url = "https://github.com/rapid7/metasploit-framework";
    };
    version = "6.3.42";
    version = "6.3.43";
  };
  metasploit-model = {
    groups = ["default"];