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.35" gem "metasploit-framework", git: "https://github.com/rapid7/metasploit-framework", ref: "refs/tags/6.4.36" 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: 5c56ef7e53090ba4a2a019269e2a632edbbe1692 ref: refs/tags/6.4.35 revision: 65c9364cfbe9540e24a7c5312666e77e2de52389 ref: refs/tags/6.4.36 specs: metasploit-framework (6.4.35) metasploit-framework (6.4.36) 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.35"; version = "6.4.36"; src = fetchFromGitHub { owner = "rapid7"; repo = "metasploit-framework"; rev = "refs/tags/${version}"; hash = "sha256-oAz/74dt/Wcm4FX/kvJ0v3vz5ugp0Muu0Tx+w10cVz4="; hash = "sha256-di7/LBqXrcIhy4UG5krAFSJ1ZhrJuGxEWJ25aVLuiGg="; }; nativeBuildInputs = [ Loading pkgs/tools/security/metasploit/gemset.nix +3 −3 Original line number Diff line number Diff line Loading @@ -734,12 +734,12 @@ platforms = []; source = { fetchSubmodules = false; rev = "5c56ef7e53090ba4a2a019269e2a632edbbe1692"; sha256 = "0gjp3ifw6ziws6pcpl19x3kg6yxzfkr95zsmw0k6gzbdhzpzy350"; rev = "65c9364cfbe9540e24a7c5312666e77e2de52389"; sha256 = "0s48xr96kfcxb126rf6939k7a8hmq15fc1l5rchw5bcp38ngybkn"; type = "git"; url = "https://github.com/rapid7/metasploit-framework"; }; version = "6.4.35"; version = "6.4.36"; }; 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.35" gem "metasploit-framework", git: "https://github.com/rapid7/metasploit-framework", ref: "refs/tags/6.4.36"
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: 5c56ef7e53090ba4a2a019269e2a632edbbe1692 ref: refs/tags/6.4.35 revision: 65c9364cfbe9540e24a7c5312666e77e2de52389 ref: refs/tags/6.4.36 specs: metasploit-framework (6.4.35) metasploit-framework (6.4.36) 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.35"; version = "6.4.36"; src = fetchFromGitHub { owner = "rapid7"; repo = "metasploit-framework"; rev = "refs/tags/${version}"; hash = "sha256-oAz/74dt/Wcm4FX/kvJ0v3vz5ugp0Muu0Tx+w10cVz4="; hash = "sha256-di7/LBqXrcIhy4UG5krAFSJ1ZhrJuGxEWJ25aVLuiGg="; }; nativeBuildInputs = [ Loading
pkgs/tools/security/metasploit/gemset.nix +3 −3 Original line number Diff line number Diff line Loading @@ -734,12 +734,12 @@ platforms = []; source = { fetchSubmodules = false; rev = "5c56ef7e53090ba4a2a019269e2a632edbbe1692"; sha256 = "0gjp3ifw6ziws6pcpl19x3kg6yxzfkr95zsmw0k6gzbdhzpzy350"; rev = "65c9364cfbe9540e24a7c5312666e77e2de52389"; sha256 = "0s48xr96kfcxb126rf6939k7a8hmq15fc1l5rchw5bcp38ngybkn"; type = "git"; url = "https://github.com/rapid7/metasploit-framework"; }; version = "6.4.35"; version = "6.4.36"; }; metasploit-model = { groups = ["default"]; Loading