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.31" gem "metasploit-framework", git: "https://github.com/rapid7/metasploit-framework", ref: "refs/tags/6.3.32" pkgs/tools/security/metasploit/Gemfile.lock +4 −4 Original line number Diff line number Diff line GIT remote: https://github.com/rapid7/metasploit-framework revision: a97e8a0e2a3b15f3b3710f04def1178139ae0fa2 ref: refs/tags/6.3.31 revision: d644909dcaa8814f9d8ef53d18bf7fa63d197897 ref: refs/tags/6.3.32 specs: metasploit-framework (6.3.31) metasploit-framework (6.3.32) actionpack (~> 7.0) activerecord (~> 7.0) activesupport (~> 7.0) Loading Loading @@ -462,4 +462,4 @@ DEPENDENCIES metasploit-framework! BUNDLED WITH 2.4.17 2.4.19 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.31"; version = "6.3.32"; src = fetchFromGitHub { owner = "rapid7"; repo = "metasploit-framework"; rev = version; sha256 = "sha256-X0QJ4edzqLh01qAhmpcdiuk8xdAkccoJAZmxeTh3q48="; sha256 = "sha256-3aiHBaYxrpe/KSF2LiafcANIgWvZEp1kgRXry3/uWvY="; }; 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 = "a97e8a0e2a3b15f3b3710f04def1178139ae0fa2"; sha256 = "13xbfww7kccr044wlw94s32krsca3nbrl8d0srsbia3kwzhhji2z"; rev = "d644909dcaa8814f9d8ef53d18bf7fa63d197897"; sha256 = "1xjsxrzwpsqmh5j9s4nrdf0lh0vhkwk2wxi156zrgbiilq2qga6x"; type = "git"; url = "https://github.com/rapid7/metasploit-framework"; }; version = "6.3.31"; version = "6.3.32"; }; 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.31" gem "metasploit-framework", git: "https://github.com/rapid7/metasploit-framework", ref: "refs/tags/6.3.32"
pkgs/tools/security/metasploit/Gemfile.lock +4 −4 Original line number Diff line number Diff line GIT remote: https://github.com/rapid7/metasploit-framework revision: a97e8a0e2a3b15f3b3710f04def1178139ae0fa2 ref: refs/tags/6.3.31 revision: d644909dcaa8814f9d8ef53d18bf7fa63d197897 ref: refs/tags/6.3.32 specs: metasploit-framework (6.3.31) metasploit-framework (6.3.32) actionpack (~> 7.0) activerecord (~> 7.0) activesupport (~> 7.0) Loading Loading @@ -462,4 +462,4 @@ DEPENDENCIES metasploit-framework! BUNDLED WITH 2.4.17 2.4.19
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.31"; version = "6.3.32"; src = fetchFromGitHub { owner = "rapid7"; repo = "metasploit-framework"; rev = version; sha256 = "sha256-X0QJ4edzqLh01qAhmpcdiuk8xdAkccoJAZmxeTh3q48="; sha256 = "sha256-3aiHBaYxrpe/KSF2LiafcANIgWvZEp1kgRXry3/uWvY="; }; 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 = "a97e8a0e2a3b15f3b3710f04def1178139ae0fa2"; sha256 = "13xbfww7kccr044wlw94s32krsca3nbrl8d0srsbia3kwzhhji2z"; rev = "d644909dcaa8814f9d8ef53d18bf7fa63d197897"; sha256 = "1xjsxrzwpsqmh5j9s4nrdf0lh0vhkwk2wxi156zrgbiilq2qga6x"; type = "git"; url = "https://github.com/rapid7/metasploit-framework"; }; version = "6.3.31"; version = "6.3.32"; }; metasploit-model = { groups = ["default"]; Loading