Loading pkgs/tools/security/metasploit/Gemfile +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.32" gem "metasploit-framework", git: "https://github.com/rapid7/metasploit-framework", ref: "refs/tags/6.3.33" pkgs/tools/security/metasploit/Gemfile.lock +3 −3 Original line number Diff line number Diff line GIT remote: https://github.com/rapid7/metasploit-framework revision: d644909dcaa8814f9d8ef53d18bf7fa63d197897 ref: refs/tags/6.3.32 revision: 61956404cadf364417ec02b4cb7025b50a866565 ref: refs/tags/6.3.33 specs: metasploit-framework (6.3.32) metasploit-framework (6.3.33) actionpack (~> 7.0) activerecord (~> 7.0) activesupport (~> 7.0) Loading pkgs/tools/security/metasploit/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -15,13 +15,13 @@ let }; in stdenv.mkDerivation rec { pname = "metasploit-framework"; version = "6.3.32"; version = "6.3.33"; src = fetchFromGitHub { owner = "rapid7"; repo = "metasploit-framework"; rev = version; sha256 = "sha256-3aiHBaYxrpe/KSF2LiafcANIgWvZEp1kgRXry3/uWvY="; sha256 = "sha256-S/uazRDWK1AqLT2QTKiluRmcwy82PZitezQMw1Kb9no="; }; nativeBuildInputs = [ makeWrapper ]; Loading pkgs/tools/security/metasploit/gemset.nix +3 −3 Original line number Diff line number Diff line Loading @@ -654,12 +654,12 @@ platforms = []; source = { fetchSubmodules = false; rev = "d644909dcaa8814f9d8ef53d18bf7fa63d197897"; sha256 = "1xjsxrzwpsqmh5j9s4nrdf0lh0vhkwk2wxi156zrgbiilq2qga6x"; rev = "61956404cadf364417ec02b4cb7025b50a866565"; sha256 = "0ypnkd9c631lgfnrhg9n5z1rq6drlnl4r41x5lm50ayn236rmysb"; type = "git"; url = "https://github.com/rapid7/metasploit-framework"; }; version = "6.3.32"; version = "6.3.33"; }; metasploit-model = { groups = ["default"]; Loading Loading
pkgs/tools/security/metasploit/Gemfile +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.32" gem "metasploit-framework", git: "https://github.com/rapid7/metasploit-framework", ref: "refs/tags/6.3.33"
pkgs/tools/security/metasploit/Gemfile.lock +3 −3 Original line number Diff line number Diff line GIT remote: https://github.com/rapid7/metasploit-framework revision: d644909dcaa8814f9d8ef53d18bf7fa63d197897 ref: refs/tags/6.3.32 revision: 61956404cadf364417ec02b4cb7025b50a866565 ref: refs/tags/6.3.33 specs: metasploit-framework (6.3.32) metasploit-framework (6.3.33) actionpack (~> 7.0) activerecord (~> 7.0) activesupport (~> 7.0) Loading
pkgs/tools/security/metasploit/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -15,13 +15,13 @@ let }; in stdenv.mkDerivation rec { pname = "metasploit-framework"; version = "6.3.32"; version = "6.3.33"; src = fetchFromGitHub { owner = "rapid7"; repo = "metasploit-framework"; rev = version; sha256 = "sha256-3aiHBaYxrpe/KSF2LiafcANIgWvZEp1kgRXry3/uWvY="; sha256 = "sha256-S/uazRDWK1AqLT2QTKiluRmcwy82PZitezQMw1Kb9no="; }; nativeBuildInputs = [ makeWrapper ]; Loading
pkgs/tools/security/metasploit/gemset.nix +3 −3 Original line number Diff line number Diff line Loading @@ -654,12 +654,12 @@ platforms = []; source = { fetchSubmodules = false; rev = "d644909dcaa8814f9d8ef53d18bf7fa63d197897"; sha256 = "1xjsxrzwpsqmh5j9s4nrdf0lh0vhkwk2wxi156zrgbiilq2qga6x"; rev = "61956404cadf364417ec02b4cb7025b50a866565"; sha256 = "0ypnkd9c631lgfnrhg9n5z1rq6drlnl4r41x5lm50ayn236rmysb"; type = "git"; url = "https://github.com/rapid7/metasploit-framework"; }; version = "6.3.32"; version = "6.3.33"; }; metasploit-model = { groups = ["default"]; Loading