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

metasploit: 6.4.42 -> 6.4.43 (#371297)

parents 2f228383 3171f8d3
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.42"
gem "metasploit-framework", git: "https://github.com/rapid7/metasploit-framework", ref: "refs/tags/6.4.43"
+3 −3
Original line number Diff line number Diff line
GIT
  remote: https://github.com/rapid7/metasploit-framework
  revision: 02397587c3a571a685c43226719c77b3194837cd
  ref: refs/tags/6.4.42
  revision: 726e819f87e3022dc90232087bf30edb0d149ba5
  ref: refs/tags/6.4.43
  specs:
    metasploit-framework (6.4.42)
    metasploit-framework (6.4.43)
      aarch64
      abbrev
      actionpack (~> 7.0.0)
+2 −2
Original line number Diff line number Diff line
@@ -18,13 +18,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
  pname = "metasploit-framework";
  version = "6.4.42";
  version = "6.4.43";

  src = fetchFromGitHub {
    owner = "rapid7";
    repo = "metasploit-framework";
    tag = finalAttrs.version;
    hash = "sha256-PsYA29tEhb++Uo0Mh2sAeAUfy51+x7NGNWrMYkj2rrE=";
    hash = "sha256-1zUt6nInDUIY97fBJa0dQ/hD4WZ1v5LXYdPQhnYKlYw=";
  };

  nativeBuildInputs = [
+3 −3
Original line number Diff line number Diff line
@@ -734,12 +734,12 @@
    platforms = [ ];
    source = {
      fetchSubmodules = false;
      rev = "02397587c3a571a685c43226719c77b3194837cd";
      sha256 = "1cdfyr465k3a6m3b7ivykp5iy1bq01mqf34daazbz1a4vgdh1iiy";
      rev = "726e819f87e3022dc90232087bf30edb0d149ba5";
      sha256 = "134m19v8dl6kc7br5gvmcvhl7y233nnjbhdpywc44397fbm2sdfp";
      type = "git";
      url = "https://github.com/rapid7/metasploit-framework";
    };
    version = "6.4.42";
    version = "6.4.43";
  };
  metasploit-model = {
    groups = [ "default" ];