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.26" gem "metasploit-framework", git: "https://github.com/rapid7/metasploit-framework", ref: "refs/tags/6.4.27" 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: 4ec7d1be72158642c17b18dcb9e66e44c1bb5a5a ref: refs/tags/6.4.26 revision: 86efc784b8598197cfb817ad4e4d0eb75fd59063 ref: refs/tags/6.4.27 specs: metasploit-framework (6.4.26) metasploit-framework (6.4.28) 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.26"; version = "6.4.27"; src = fetchFromGitHub { owner = "rapid7"; repo = "metasploit-framework"; rev = "refs/tags/${version}"; hash = "sha256-yGpS3wvUjJ4M4OTHcNNa3PQCl884q4vow+2YiM5QQSI="; hash = "sha256-zett+ZUIqjzm4STt3f9oqyz32ViKTwbiZf8Ey72Bztg="; }; 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 = "4ec7d1be72158642c17b18dcb9e66e44c1bb5a5a"; sha256 = "08j1a378i67dqgl8parqrybh5x6wbb9p1iz4w069x36l1ggm4sn8"; rev = "86efc784b8598197cfb817ad4e4d0eb75fd59063"; sha256 = "1n6fh6ywn17zcpi0ckwab3czfb5bd3zxvv94w7k3rah8jpwnvsyd"; type = "git"; url = "https://github.com/rapid7/metasploit-framework"; }; version = "6.4.26"; version = "6.4.28"; }; 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.26" gem "metasploit-framework", git: "https://github.com/rapid7/metasploit-framework", ref: "refs/tags/6.4.27"
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: 4ec7d1be72158642c17b18dcb9e66e44c1bb5a5a ref: refs/tags/6.4.26 revision: 86efc784b8598197cfb817ad4e4d0eb75fd59063 ref: refs/tags/6.4.27 specs: metasploit-framework (6.4.26) metasploit-framework (6.4.28) 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.26"; version = "6.4.27"; src = fetchFromGitHub { owner = "rapid7"; repo = "metasploit-framework"; rev = "refs/tags/${version}"; hash = "sha256-yGpS3wvUjJ4M4OTHcNNa3PQCl884q4vow+2YiM5QQSI="; hash = "sha256-zett+ZUIqjzm4STt3f9oqyz32ViKTwbiZf8Ey72Bztg="; }; 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 = "4ec7d1be72158642c17b18dcb9e66e44c1bb5a5a"; sha256 = "08j1a378i67dqgl8parqrybh5x6wbb9p1iz4w069x36l1ggm4sn8"; rev = "86efc784b8598197cfb817ad4e4d0eb75fd59063"; sha256 = "1n6fh6ywn17zcpi0ckwab3czfb5bd3zxvv94w7k3rah8jpwnvsyd"; type = "git"; url = "https://github.com/rapid7/metasploit-framework"; }; version = "6.4.26"; version = "6.4.28"; }; metasploit-model = { groups = ["default"]; Loading