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