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.39" gem "metasploit-framework", git: "https://github.com/rapid7/metasploit-framework", ref: "refs/tags/6.3.40" 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: 77fb7ae14f17fd7f4851bca87e0c28c704797591 ref: refs/tags/6.3.39 revision: e4a23dc9d09f5b6b1b82768770e8063014a940bb ref: refs/tags/6.3.40 specs: metasploit-framework (6.3.39) metasploit-framework (6.3.40) actionpack (~> 7.0.0) activerecord (~> 7.0.0) activesupport (~> 7.0.0) Loading Loading @@ -462,4 +462,4 @@ DEPENDENCIES metasploit-framework! BUNDLED WITH 2.4.19 2.4.20 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.39"; version = "6.3.40"; src = fetchFromGitHub { owner = "rapid7"; repo = "metasploit-framework"; rev = version; sha256 = "sha256-EKLzIhrNiTUM3OtezPJL8g70BmR+vEyNcllyme5hH8o="; sha256 = "sha256-vGCAkXLpsUvSXDf1H3pNStEYUZwFBxJnA7kdNJjqYwo="; }; 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 = "77fb7ae14f17fd7f4851bca87e0c28c704797591"; sha256 = "1jhzc7p9jwjrfa6lrg3ych3g83pj9grcqppbvh63b2fd38ig78hh"; rev = "e4a23dc9d09f5b6b1b82768770e8063014a940bb"; sha256 = "02k3xac387dr0dki41q5ki8iilaa9mx1zx9pbk94pcg9fa8q0q5w"; type = "git"; url = "https://github.com/rapid7/metasploit-framework"; }; version = "6.3.39"; version = "6.3.40"; }; 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.39" gem "metasploit-framework", git: "https://github.com/rapid7/metasploit-framework", ref: "refs/tags/6.3.40"
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: 77fb7ae14f17fd7f4851bca87e0c28c704797591 ref: refs/tags/6.3.39 revision: e4a23dc9d09f5b6b1b82768770e8063014a940bb ref: refs/tags/6.3.40 specs: metasploit-framework (6.3.39) metasploit-framework (6.3.40) actionpack (~> 7.0.0) activerecord (~> 7.0.0) activesupport (~> 7.0.0) Loading Loading @@ -462,4 +462,4 @@ DEPENDENCIES metasploit-framework! BUNDLED WITH 2.4.19 2.4.20
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.39"; version = "6.3.40"; src = fetchFromGitHub { owner = "rapid7"; repo = "metasploit-framework"; rev = version; sha256 = "sha256-EKLzIhrNiTUM3OtezPJL8g70BmR+vEyNcllyme5hH8o="; sha256 = "sha256-vGCAkXLpsUvSXDf1H3pNStEYUZwFBxJnA7kdNJjqYwo="; }; 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 = "77fb7ae14f17fd7f4851bca87e0c28c704797591"; sha256 = "1jhzc7p9jwjrfa6lrg3ych3g83pj9grcqppbvh63b2fd38ig78hh"; rev = "e4a23dc9d09f5b6b1b82768770e8063014a940bb"; sha256 = "02k3xac387dr0dki41q5ki8iilaa9mx1zx9pbk94pcg9fa8q0q5w"; type = "git"; url = "https://github.com/rapid7/metasploit-framework"; }; version = "6.3.39"; version = "6.3.40"; }; metasploit-model = { groups = ["default"]; Loading