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.4.33" gem "metasploit-framework", git: "https://github.com/rapid7/metasploit-framework", ref: "refs/tags/6.4.34" pkgs/tools/security/metasploit/Gemfile.lock +6 −6 Original line number Diff line number Diff line GIT remote: https://github.com/rapid7/metasploit-framework revision: 1939065b94ee3c2033e720b753c5a6bd70e09c07 ref: refs/tags/6.4.33 revision: e9286ec3faffa15e12ef3e267da335cd4afdfaea ref: refs/tags/6.4.34 specs: metasploit-framework (6.4.33) metasploit-framework (6.4.34) aarch64 abbrev actionpack (~> 7.0.0) Loading Loading @@ -44,7 +44,7 @@ GIT metasploit-concern metasploit-credential metasploit-model metasploit-payloads (= 2.0.183) metasploit-payloads (= 2.0.187) metasploit_data_models metasploit_payloads-mettle (= 1.0.35) mqtt Loading @@ -69,7 +69,7 @@ GIT pg puma railties rasn1 rasn1 (= 0.13.0) rb-readline recog redcarpet Loading Loading @@ -274,7 +274,7 @@ GEM activemodel (~> 7.0) activesupport (~> 7.0) railties (~> 7.0) metasploit-payloads (2.0.183) metasploit-payloads (2.0.187) metasploit_data_models (6.0.3) 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.4.33"; version = "6.4.34"; src = fetchFromGitHub { owner = "rapid7"; repo = "metasploit-framework"; rev = "refs/tags/${version}"; hash = "sha256-RMQEFRIArj2RuYk6GFDsGXpWRPANxD8OUJUQMtQUBW4="; hash = "sha256-2ZYyvASTh1vqBolUCyp8lNLgTPv0tFd7+qZe3KpkDhk="; }; nativeBuildInputs = [ Loading pkgs/tools/security/metasploit/gemset.nix +5 −5 Original line number Diff line number Diff line Loading @@ -734,12 +734,12 @@ platforms = []; source = { fetchSubmodules = false; rev = "1939065b94ee3c2033e720b753c5a6bd70e09c07"; sha256 = "0vh52ka3444ma073zi0dy125cyhrxi81hfl9p68kvbh028ah9i24"; rev = "e9286ec3faffa15e12ef3e267da335cd4afdfaea"; sha256 = "068fcjmdqpm6z9xmgd7lzd6f1lllghm0nm490vm5p1wk0jy355nr"; type = "git"; url = "https://github.com/rapid7/metasploit-framework"; }; version = "6.4.33"; version = "6.4.34"; }; metasploit-model = { groups = ["default"]; Loading @@ -756,10 +756,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0bdn7g01a4hvli6ymkl215xmw823jnd5fwv63wy9bgyaih14ysmd"; sha256 = "13cm4pblldz1cl3cmvppkwsbv12b2a4kfl3r3kzfyjwrlhz121wn"; type = "gem"; }; version = "2.0.183"; version = "2.0.187"; }; metasploit_data_models = { 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.4.33" gem "metasploit-framework", git: "https://github.com/rapid7/metasploit-framework", ref: "refs/tags/6.4.34"
pkgs/tools/security/metasploit/Gemfile.lock +6 −6 Original line number Diff line number Diff line GIT remote: https://github.com/rapid7/metasploit-framework revision: 1939065b94ee3c2033e720b753c5a6bd70e09c07 ref: refs/tags/6.4.33 revision: e9286ec3faffa15e12ef3e267da335cd4afdfaea ref: refs/tags/6.4.34 specs: metasploit-framework (6.4.33) metasploit-framework (6.4.34) aarch64 abbrev actionpack (~> 7.0.0) Loading Loading @@ -44,7 +44,7 @@ GIT metasploit-concern metasploit-credential metasploit-model metasploit-payloads (= 2.0.183) metasploit-payloads (= 2.0.187) metasploit_data_models metasploit_payloads-mettle (= 1.0.35) mqtt Loading @@ -69,7 +69,7 @@ GIT pg puma railties rasn1 rasn1 (= 0.13.0) rb-readline recog redcarpet Loading Loading @@ -274,7 +274,7 @@ GEM activemodel (~> 7.0) activesupport (~> 7.0) railties (~> 7.0) metasploit-payloads (2.0.183) metasploit-payloads (2.0.187) metasploit_data_models (6.0.3) 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.4.33"; version = "6.4.34"; src = fetchFromGitHub { owner = "rapid7"; repo = "metasploit-framework"; rev = "refs/tags/${version}"; hash = "sha256-RMQEFRIArj2RuYk6GFDsGXpWRPANxD8OUJUQMtQUBW4="; hash = "sha256-2ZYyvASTh1vqBolUCyp8lNLgTPv0tFd7+qZe3KpkDhk="; }; nativeBuildInputs = [ Loading
pkgs/tools/security/metasploit/gemset.nix +5 −5 Original line number Diff line number Diff line Loading @@ -734,12 +734,12 @@ platforms = []; source = { fetchSubmodules = false; rev = "1939065b94ee3c2033e720b753c5a6bd70e09c07"; sha256 = "0vh52ka3444ma073zi0dy125cyhrxi81hfl9p68kvbh028ah9i24"; rev = "e9286ec3faffa15e12ef3e267da335cd4afdfaea"; sha256 = "068fcjmdqpm6z9xmgd7lzd6f1lllghm0nm490vm5p1wk0jy355nr"; type = "git"; url = "https://github.com/rapid7/metasploit-framework"; }; version = "6.4.33"; version = "6.4.34"; }; metasploit-model = { groups = ["default"]; Loading @@ -756,10 +756,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0bdn7g01a4hvli6ymkl215xmw823jnd5fwv63wy9bgyaih14ysmd"; sha256 = "13cm4pblldz1cl3cmvppkwsbv12b2a4kfl3r3kzfyjwrlhz121wn"; type = "gem"; }; version = "2.0.183"; version = "2.0.187"; }; metasploit_data_models = { groups = ["default"]; Loading