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.29" gem "metasploit-framework", git: "https://github.com/rapid7/metasploit-framework", ref: "refs/tags/6.4.30" 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: 6f37955454995e39746353a01aeb6d9d58221d1c ref: refs/tags/6.4.29 revision: 8207579ba1f213b890b0125f4cb185672dec1d2c ref: refs/tags/6.4.30 specs: metasploit-framework (6.4.29) metasploit-framework (6.4.30) aarch64 abbrev actionpack (~> 7.0.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.29"; version = "6.4.30"; src = fetchFromGitHub { owner = "rapid7"; repo = "metasploit-framework"; rev = "refs/tags/${version}"; hash = "sha256-qu5zK/QC9/DapYanw3lvMLdRso8PAndKSJukQaazoZs="; hash = "sha256-iLL6ssEfms+AfHA2VMjm4jaKxLlrYmb4QmNAB1HWNc0="; }; nativeBuildInputs = [ Loading pkgs/tools/security/metasploit/gemset.nix +3 −3 Original line number Diff line number Diff line Loading @@ -724,12 +724,12 @@ platforms = []; source = { fetchSubmodules = false; rev = "6f37955454995e39746353a01aeb6d9d58221d1c"; sha256 = "16x1nfk4394v9157f0hgiyr53drhdxww79w6lpdg1xq2yhmp7vma"; rev = "8207579ba1f213b890b0125f4cb185672dec1d2c"; sha256 = "1k9msr8hfh338bw6cqkbp728ldp2wv458dkhgj0cz6hzq6rgmcl8"; type = "git"; url = "https://github.com/rapid7/metasploit-framework"; }; version = "6.4.29"; version = "6.4.30"; }; 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.4.29" gem "metasploit-framework", git: "https://github.com/rapid7/metasploit-framework", ref: "refs/tags/6.4.30"
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: 6f37955454995e39746353a01aeb6d9d58221d1c ref: refs/tags/6.4.29 revision: 8207579ba1f213b890b0125f4cb185672dec1d2c ref: refs/tags/6.4.30 specs: metasploit-framework (6.4.29) metasploit-framework (6.4.30) aarch64 abbrev actionpack (~> 7.0.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.29"; version = "6.4.30"; src = fetchFromGitHub { owner = "rapid7"; repo = "metasploit-framework"; rev = "refs/tags/${version}"; hash = "sha256-qu5zK/QC9/DapYanw3lvMLdRso8PAndKSJukQaazoZs="; hash = "sha256-iLL6ssEfms+AfHA2VMjm4jaKxLlrYmb4QmNAB1HWNc0="; }; nativeBuildInputs = [ Loading
pkgs/tools/security/metasploit/gemset.nix +3 −3 Original line number Diff line number Diff line Loading @@ -724,12 +724,12 @@ platforms = []; source = { fetchSubmodules = false; rev = "6f37955454995e39746353a01aeb6d9d58221d1c"; sha256 = "16x1nfk4394v9157f0hgiyr53drhdxww79w6lpdg1xq2yhmp7vma"; rev = "8207579ba1f213b890b0125f4cb185672dec1d2c"; sha256 = "1k9msr8hfh338bw6cqkbp728ldp2wv458dkhgj0cz6hzq6rgmcl8"; type = "git"; url = "https://github.com/rapid7/metasploit-framework"; }; version = "6.4.29"; version = "6.4.30"; }; metasploit-model = { groups = ["default"]; Loading