Merge pull request #254355 from fabaff/metasploit-bump

metasploit: 6.3.32 -> 6.3.33

authored by Fabian Affolter and committed by GitHub 054e18b3 3b8caa01

+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.32"
··· 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.33"
+3 -3
pkgs/tools/security/metasploit/Gemfile.lock
··· 1 GIT 2 remote: https://github.com/rapid7/metasploit-framework 3 - revision: d644909dcaa8814f9d8ef53d18bf7fa63d197897 4 - ref: refs/tags/6.3.32 5 specs: 6 - metasploit-framework (6.3.32) 7 actionpack (~> 7.0) 8 activerecord (~> 7.0) 9 activesupport (~> 7.0)
··· 1 GIT 2 remote: https://github.com/rapid7/metasploit-framework 3 + revision: 61956404cadf364417ec02b4cb7025b50a866565 4 + ref: refs/tags/6.3.33 5 specs: 6 + metasploit-framework (6.3.33) 7 actionpack (~> 7.0) 8 activerecord (~> 7.0) 9 activesupport (~> 7.0)
+2 -2
pkgs/tools/security/metasploit/default.nix
··· 15 }; 16 in stdenv.mkDerivation rec { 17 pname = "metasploit-framework"; 18 - version = "6.3.32"; 19 20 src = fetchFromGitHub { 21 owner = "rapid7"; 22 repo = "metasploit-framework"; 23 rev = version; 24 - sha256 = "sha256-3aiHBaYxrpe/KSF2LiafcANIgWvZEp1kgRXry3/uWvY="; 25 }; 26 27 nativeBuildInputs = [ makeWrapper ];
··· 15 }; 16 in stdenv.mkDerivation rec { 17 pname = "metasploit-framework"; 18 + version = "6.3.33"; 19 20 src = fetchFromGitHub { 21 owner = "rapid7"; 22 repo = "metasploit-framework"; 23 rev = version; 24 + sha256 = "sha256-S/uazRDWK1AqLT2QTKiluRmcwy82PZitezQMw1Kb9no="; 25 }; 26 27 nativeBuildInputs = [ makeWrapper ];
+3 -3
pkgs/tools/security/metasploit/gemset.nix
··· 654 platforms = []; 655 source = { 656 fetchSubmodules = false; 657 - rev = "d644909dcaa8814f9d8ef53d18bf7fa63d197897"; 658 - sha256 = "1xjsxrzwpsqmh5j9s4nrdf0lh0vhkwk2wxi156zrgbiilq2qga6x"; 659 type = "git"; 660 url = "https://github.com/rapid7/metasploit-framework"; 661 }; 662 - version = "6.3.32"; 663 }; 664 metasploit-model = { 665 groups = ["default"];
··· 654 platforms = []; 655 source = { 656 fetchSubmodules = false; 657 + rev = "61956404cadf364417ec02b4cb7025b50a866565"; 658 + sha256 = "0ypnkd9c631lgfnrhg9n5z1rq6drlnl4r41x5lm50ayn236rmysb"; 659 type = "git"; 660 url = "https://github.com/rapid7/metasploit-framework"; 661 }; 662 + version = "6.3.33"; 663 }; 664 metasploit-model = { 665 groups = ["default"];