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.22" gem "metasploit-framework", git: "https://github.com/rapid7/metasploit-framework", ref: "refs/tags/6.4.23" 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: ffbd0eb2c802218e23052b7722ec08988a301411 ref: refs/tags/6.4.22 revision: 01b22e64d29b9a8e457691b1973dd0cdf49bfbe0 ref: refs/tags/6.4.23 specs: metasploit-framework (6.4.22) metasploit-framework (6.4.23) 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.22"; version = "6.4.23"; src = fetchFromGitHub { owner = "rapid7"; repo = "metasploit-framework"; rev = "refs/tags/${version}"; hash = "sha256-MJvYTsM03AxmTuOOiZvQT6npQ3KgHbP9OPz8sFZZ2d8="; hash = "sha256-MeM1+GT09/G9hX10686afaVB51jBPKey3ZTgJVocj+0="; }; 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 = "ffbd0eb2c802218e23052b7722ec08988a301411"; sha256 = "1pyrb5bb1z7w73yv67d0f91ykaags2dqk3p39rk0rp1lqd7di6rh"; rev = "01b22e64d29b9a8e457691b1973dd0cdf49bfbe0"; sha256 = "1vcg3id2bq4lvnrafg61b3kl39bxkb7fnx3xhnyz3xzlckw3bqri"; type = "git"; url = "https://github.com/rapid7/metasploit-framework"; }; version = "6.4.22"; version = "6.4.23"; }; 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.22" gem "metasploit-framework", git: "https://github.com/rapid7/metasploit-framework", ref: "refs/tags/6.4.23"
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: ffbd0eb2c802218e23052b7722ec08988a301411 ref: refs/tags/6.4.22 revision: 01b22e64d29b9a8e457691b1973dd0cdf49bfbe0 ref: refs/tags/6.4.23 specs: metasploit-framework (6.4.22) metasploit-framework (6.4.23) 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.22"; version = "6.4.23"; src = fetchFromGitHub { owner = "rapid7"; repo = "metasploit-framework"; rev = "refs/tags/${version}"; hash = "sha256-MJvYTsM03AxmTuOOiZvQT6npQ3KgHbP9OPz8sFZZ2d8="; hash = "sha256-MeM1+GT09/G9hX10686afaVB51jBPKey3ZTgJVocj+0="; }; 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 = "ffbd0eb2c802218e23052b7722ec08988a301411"; sha256 = "1pyrb5bb1z7w73yv67d0f91ykaags2dqk3p39rk0rp1lqd7di6rh"; rev = "01b22e64d29b9a8e457691b1973dd0cdf49bfbe0"; sha256 = "1vcg3id2bq4lvnrafg61b3kl39bxkb7fnx3xhnyz3xzlckw3bqri"; type = "git"; url = "https://github.com/rapid7/metasploit-framework"; }; version = "6.4.22"; version = "6.4.23"; }; metasploit-model = { groups = ["default"]; Loading