Merge pull request #253091 from fabaff/metasploit-bump

metasploit: 6.3.31 -> 6.3.32

authored by

Fabian Affolter and committed by
GitHub
e89bfed9 d4da6511

+10 -10
+1 -1
pkgs/tools/security/metasploit/Gemfile
··· 1 1 # frozen_string_literal: true 2 2 source "https://rubygems.org" 3 3 4 - gem "metasploit-framework", git: "https://github.com/rapid7/metasploit-framework", ref: "refs/tags/6.3.31" 4 + gem "metasploit-framework", git: "https://github.com/rapid7/metasploit-framework", ref: "refs/tags/6.3.32"
+4 -4
pkgs/tools/security/metasploit/Gemfile.lock
··· 1 1 GIT 2 2 remote: https://github.com/rapid7/metasploit-framework 3 - revision: a97e8a0e2a3b15f3b3710f04def1178139ae0fa2 4 - ref: refs/tags/6.3.31 3 + revision: d644909dcaa8814f9d8ef53d18bf7fa63d197897 4 + ref: refs/tags/6.3.32 5 5 specs: 6 - metasploit-framework (6.3.31) 6 + metasploit-framework (6.3.32) 7 7 actionpack (~> 7.0) 8 8 activerecord (~> 7.0) 9 9 activesupport (~> 7.0) ··· 462 462 metasploit-framework! 463 463 464 464 BUNDLED WITH 465 - 2.4.17 465 + 2.4.19
+2 -2
pkgs/tools/security/metasploit/default.nix
··· 15 15 }; 16 16 in stdenv.mkDerivation rec { 17 17 pname = "metasploit-framework"; 18 - version = "6.3.31"; 18 + version = "6.3.32"; 19 19 20 20 src = fetchFromGitHub { 21 21 owner = "rapid7"; 22 22 repo = "metasploit-framework"; 23 23 rev = version; 24 - sha256 = "sha256-X0QJ4edzqLh01qAhmpcdiuk8xdAkccoJAZmxeTh3q48="; 24 + sha256 = "sha256-3aiHBaYxrpe/KSF2LiafcANIgWvZEp1kgRXry3/uWvY="; 25 25 }; 26 26 27 27 nativeBuildInputs = [ makeWrapper ];
+3 -3
pkgs/tools/security/metasploit/gemset.nix
··· 654 654 platforms = []; 655 655 source = { 656 656 fetchSubmodules = false; 657 - rev = "a97e8a0e2a3b15f3b3710f04def1178139ae0fa2"; 658 - sha256 = "13xbfww7kccr044wlw94s32krsca3nbrl8d0srsbia3kwzhhji2z"; 657 + rev = "d644909dcaa8814f9d8ef53d18bf7fa63d197897"; 658 + sha256 = "1xjsxrzwpsqmh5j9s4nrdf0lh0vhkwk2wxi156zrgbiilq2qga6x"; 659 659 type = "git"; 660 660 url = "https://github.com/rapid7/metasploit-framework"; 661 661 }; 662 - version = "6.3.31"; 662 + version = "6.3.32"; 663 663 }; 664 664 metasploit-model = { 665 665 groups = ["default"];