Merge pull request #271410 from fabaff/metasploit-bump

metasploit: 6.3.44 -> 6.3.45

authored by Fabian Affolter and committed by GitHub 16f46042 1054ed56

+9 -9
+1 -1
pkgs/tools/security/metasploit/Gemfile
··· 1 # frozen_string_literal: true 2 source "https://rubygems.org" 3 4 - gem "metasploit-framework", git: "https://github.com/rapid7/metasploit-framework", ref: "refs/tags/6.3.44"
··· 1 # frozen_string_literal: true 2 source "https://rubygems.org" 3 4 + gem "metasploit-framework", git: "https://github.com/rapid7/metasploit-framework", ref: "refs/tags/6.3.45"
+3 -3
pkgs/tools/security/metasploit/Gemfile.lock
··· 1 GIT 2 remote: https://github.com/rapid7/metasploit-framework 3 - revision: 54a9eee7f85d369feef55d6a340340ad965f80a0 4 - ref: refs/tags/6.3.44 5 specs: 6 - metasploit-framework (6.3.44) 7 actionpack (~> 7.0.0) 8 activerecord (~> 7.0.0) 9 activesupport (~> 7.0.0)
··· 1 GIT 2 remote: https://github.com/rapid7/metasploit-framework 3 + revision: dd2f4b923912fc2ffc84d4a1d5e3bbccd5a8efc1 4 + ref: refs/tags/6.3.45 5 specs: 6 + metasploit-framework (6.3.45) 7 actionpack (~> 7.0.0) 8 activerecord (~> 7.0.0) 9 activesupport (~> 7.0.0)
+2 -2
pkgs/tools/security/metasploit/default.nix
··· 15 }; 16 in stdenv.mkDerivation rec { 17 pname = "metasploit-framework"; 18 - version = "6.3.44"; 19 20 src = fetchFromGitHub { 21 owner = "rapid7"; 22 repo = "metasploit-framework"; 23 rev = "refs/tags/${version}"; 24 - hash = "sha256-LBmyFE617G2ryEAp5fig3G2T/goa9NXUggu0XH4X1xs="; 25 }; 26 27 nativeBuildInputs = [
··· 15 }; 16 in stdenv.mkDerivation rec { 17 pname = "metasploit-framework"; 18 + version = "6.3.45"; 19 20 src = fetchFromGitHub { 21 owner = "rapid7"; 22 repo = "metasploit-framework"; 23 rev = "refs/tags/${version}"; 24 + hash = "sha256-vDTbuvMkudwV3rCEEwE62emXNSMgXR1XHyVB3sDN56Y="; 25 }; 26 27 nativeBuildInputs = [
+3 -3
pkgs/tools/security/metasploit/gemset.nix
··· 654 platforms = []; 655 source = { 656 fetchSubmodules = false; 657 - rev = "54a9eee7f85d369feef55d6a340340ad965f80a0"; 658 - sha256 = "06yp2xz5rd0bhbadbx0s1bz96vfwl3wfaaa0r2mnvv5m9qab469c"; 659 type = "git"; 660 url = "https://github.com/rapid7/metasploit-framework"; 661 }; 662 - version = "6.3.44"; 663 }; 664 metasploit-model = { 665 groups = ["default"];
··· 654 platforms = []; 655 source = { 656 fetchSubmodules = false; 657 + rev = "dd2f4b923912fc2ffc84d4a1d5e3bbccd5a8efc1"; 658 + sha256 = "19p7rp0dwh953xbisp904csrgsfr780i715hvqaxrf94yfxdnd5w"; 659 type = "git"; 660 url = "https://github.com/rapid7/metasploit-framework"; 661 }; 662 + version = "6.3.45"; 663 }; 664 metasploit-model = { 665 groups = ["default"];