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

metasploit: 6.4.34 -> 6.4.35 (#355149)

parents c9beee48 8581af3f
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.34"
gem "metasploit-framework", git: "https://github.com/rapid7/metasploit-framework", ref: "refs/tags/6.4.35"
+3 −3
Original line number Diff line number Diff line
GIT
  remote: https://github.com/rapid7/metasploit-framework
  revision: e9286ec3faffa15e12ef3e267da335cd4afdfaea
  ref: refs/tags/6.4.34
  revision: 5c56ef7e53090ba4a2a019269e2a632edbbe1692
  ref: refs/tags/6.4.35
  specs:
    metasploit-framework (6.4.34)
    metasploit-framework (6.4.35)
      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.34";
  version = "6.4.35";

  src = fetchFromGitHub {
    owner = "rapid7";
    repo = "metasploit-framework";
    rev = "refs/tags/${version}";
    hash = "sha256-2ZYyvASTh1vqBolUCyp8lNLgTPv0tFd7+qZe3KpkDhk=";
    hash = "sha256-oAz/74dt/Wcm4FX/kvJ0v3vz5ugp0Muu0Tx+w10cVz4=";
  };

  nativeBuildInputs = [
+3 −3
Original line number Diff line number Diff line
@@ -734,12 +734,12 @@
    platforms = [];
    source = {
      fetchSubmodules = false;
      rev = "e9286ec3faffa15e12ef3e267da335cd4afdfaea";
      sha256 = "068fcjmdqpm6z9xmgd7lzd6f1lllghm0nm490vm5p1wk0jy355nr";
      rev = "5c56ef7e53090ba4a2a019269e2a632edbbe1692";
      sha256 = "0gjp3ifw6ziws6pcpl19x3kg6yxzfkr95zsmw0k6gzbdhzpzy350";
      type = "git";
      url = "https://github.com/rapid7/metasploit-framework";
    };
    version = "6.4.34";
    version = "6.4.35";
  };
  metasploit-model = {
    groups = ["default"];