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

Merge pull request #336701 from fabaff/metasploit-bump

metasploit: 6.4.22 -> 6.4.23
parents 2cfcbb8f 90c48db8
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.22"
gem "metasploit-framework", git: "https://github.com/rapid7/metasploit-framework", ref: "refs/tags/6.4.23"
+3 −3
Original line number Diff line number Diff line
GIT
  remote: https://github.com/rapid7/metasploit-framework
  revision: ffbd0eb2c802218e23052b7722ec08988a301411
  ref: refs/tags/6.4.22
  revision: 01b22e64d29b9a8e457691b1973dd0cdf49bfbe0
  ref: refs/tags/6.4.23
  specs:
    metasploit-framework (6.4.22)
    metasploit-framework (6.4.23)
      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.22";
  version = "6.4.23";

  src = fetchFromGitHub {
    owner = "rapid7";
    repo = "metasploit-framework";
    rev = "refs/tags/${version}";
    hash = "sha256-MJvYTsM03AxmTuOOiZvQT6npQ3KgHbP9OPz8sFZZ2d8=";
    hash = "sha256-MeM1+GT09/G9hX10686afaVB51jBPKey3ZTgJVocj+0=";
  };

  nativeBuildInputs = [
+3 −3
Original line number Diff line number Diff line
@@ -724,12 +724,12 @@
    platforms = [];
    source = {
      fetchSubmodules = false;
      rev = "ffbd0eb2c802218e23052b7722ec08988a301411";
      sha256 = "1pyrb5bb1z7w73yv67d0f91ykaags2dqk3p39rk0rp1lqd7di6rh";
      rev = "01b22e64d29b9a8e457691b1973dd0cdf49bfbe0";
      sha256 = "1vcg3id2bq4lvnrafg61b3kl39bxkb7fnx3xhnyz3xzlckw3bqri";
      type = "git";
      url = "https://github.com/rapid7/metasploit-framework";
    };
    version = "6.4.22";
    version = "6.4.23";
  };
  metasploit-model = {
    groups = ["default"];