Merge pull request #286361 from fabaff/metasploit-bump

metasploit: 6.3.53 -> 6.3.54

authored by Fabian Affolter and committed by GitHub 189aa314 1bf420d5

+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.53"
··· 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.54"
+4 -4
pkgs/tools/security/metasploit/Gemfile.lock
··· 1 GIT 2 remote: https://github.com/rapid7/metasploit-framework 3 - revision: 45efd21e748da75cc37d999dbfa3ec6c4fc4d0e9 4 - ref: refs/tags/6.3.53 5 specs: 6 - metasploit-framework (6.3.53) 7 actionpack (~> 7.0.0) 8 activerecord (~> 7.0.0) 9 activesupport (~> 7.0.0) ··· 464 metasploit-framework! 465 466 BUNDLED WITH 467 - 2.5.3
··· 1 GIT 2 remote: https://github.com/rapid7/metasploit-framework 3 + revision: 038a5b20f97601ac1f73edcc4642f1add35ef08f 4 + ref: refs/tags/6.3.54 5 specs: 6 + metasploit-framework (6.3.54) 7 actionpack (~> 7.0.0) 8 activerecord (~> 7.0.0) 9 activesupport (~> 7.0.0) ··· 464 metasploit-framework! 465 466 BUNDLED WITH 467 + 2.5.5
+2 -2
pkgs/tools/security/metasploit/default.nix
··· 15 }; 16 in stdenv.mkDerivation rec { 17 pname = "metasploit-framework"; 18 - version = "6.3.53"; 19 20 src = fetchFromGitHub { 21 owner = "rapid7"; 22 repo = "metasploit-framework"; 23 rev = "refs/tags/${version}"; 24 - hash = "sha256-LyI5Ne2ztO0Or1btT0jG96PYNZVMTwEZNwYCEIc6Rd4="; 25 }; 26 27 nativeBuildInputs = [
··· 15 }; 16 in stdenv.mkDerivation rec { 17 pname = "metasploit-framework"; 18 + version = "6.3.54"; 19 20 src = fetchFromGitHub { 21 owner = "rapid7"; 22 repo = "metasploit-framework"; 23 rev = "refs/tags/${version}"; 24 + hash = "sha256-LGAvqtmtrEuhC61LohEgFBSSLR52orHVSnJqcl60yjs="; 25 }; 26 27 nativeBuildInputs = [
+3 -3
pkgs/tools/security/metasploit/gemset.nix
··· 664 platforms = []; 665 source = { 666 fetchSubmodules = false; 667 - rev = "45efd21e748da75cc37d999dbfa3ec6c4fc4d0e9"; 668 - sha256 = "1pj57a3i00h66wch2kscjlsxi8zpqr44zvanmw7fvd5kxlskj8ig"; 669 type = "git"; 670 url = "https://github.com/rapid7/metasploit-framework"; 671 }; 672 - version = "6.3.53"; 673 }; 674 metasploit-model = { 675 groups = ["default"];
··· 664 platforms = []; 665 source = { 666 fetchSubmodules = false; 667 + rev = "038a5b20f97601ac1f73edcc4642f1add35ef08f"; 668 + sha256 = "0fyanig74skj9bav38kn3qnr450l408s4jxd1fhlpb5dv6m2yq1c"; 669 type = "git"; 670 url = "https://github.com/rapid7/metasploit-framework"; 671 }; 672 + version = "6.3.54"; 673 }; 674 metasploit-model = { 675 groups = ["default"];