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.27" gem "metasploit-framework", git: "https://github.com/rapid7/metasploit-framework", ref: "refs/tags/6.4.29" 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: 86efc784b8598197cfb817ad4e4d0eb75fd59063 ref: refs/tags/6.4.27 revision: 6f37955454995e39746353a01aeb6d9d58221d1c ref: refs/tags/6.4.29 specs: metasploit-framework (6.4.28) metasploit-framework (6.4.29) 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.27"; version = "6.4.29"; src = fetchFromGitHub { owner = "rapid7"; repo = "metasploit-framework"; rev = "refs/tags/${version}"; hash = "sha256-zett+ZUIqjzm4STt3f9oqyz32ViKTwbiZf8Ey72Bztg="; hash = "sha256-qu5zK/QC9/DapYanw3lvMLdRso8PAndKSJukQaazoZs="; }; 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 = "86efc784b8598197cfb817ad4e4d0eb75fd59063"; sha256 = "1n6fh6ywn17zcpi0ckwab3czfb5bd3zxvv94w7k3rah8jpwnvsyd"; rev = "6f37955454995e39746353a01aeb6d9d58221d1c"; sha256 = "16x1nfk4394v9157f0hgiyr53drhdxww79w6lpdg1xq2yhmp7vma"; type = "git"; url = "https://github.com/rapid7/metasploit-framework"; }; version = "6.4.28"; version = "6.4.29"; }; 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.27" gem "metasploit-framework", git: "https://github.com/rapid7/metasploit-framework", ref: "refs/tags/6.4.29"
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: 86efc784b8598197cfb817ad4e4d0eb75fd59063 ref: refs/tags/6.4.27 revision: 6f37955454995e39746353a01aeb6d9d58221d1c ref: refs/tags/6.4.29 specs: metasploit-framework (6.4.28) metasploit-framework (6.4.29) 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.27"; version = "6.4.29"; src = fetchFromGitHub { owner = "rapid7"; repo = "metasploit-framework"; rev = "refs/tags/${version}"; hash = "sha256-zett+ZUIqjzm4STt3f9oqyz32ViKTwbiZf8Ey72Bztg="; hash = "sha256-qu5zK/QC9/DapYanw3lvMLdRso8PAndKSJukQaazoZs="; }; 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 = "86efc784b8598197cfb817ad4e4d0eb75fd59063"; sha256 = "1n6fh6ywn17zcpi0ckwab3czfb5bd3zxvv94w7k3rah8jpwnvsyd"; rev = "6f37955454995e39746353a01aeb6d9d58221d1c"; sha256 = "16x1nfk4394v9157f0hgiyr53drhdxww79w6lpdg1xq2yhmp7vma"; type = "git"; url = "https://github.com/rapid7/metasploit-framework"; }; version = "6.4.28"; version = "6.4.29"; }; metasploit-model = { groups = ["default"]; Loading