lol

Merge pull request #290418 from fabaff/metasploit-bump

metasploit: 6.3.55 -> 6.3.56

authored by

Fabian Affolter and committed by
GitHub
d391d374 ac4c5a60

+9 -9
+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.55" 4 + gem "metasploit-framework", git: "https://github.com/rapid7/metasploit-framework", ref: "refs/tags/6.3.56"
+3 -3
pkgs/tools/security/metasploit/Gemfile.lock
··· 1 1 GIT 2 2 remote: https://github.com/rapid7/metasploit-framework 3 - revision: 59122f9afd18c1e41a2a66870f1d986896f05216 4 - ref: refs/tags/6.3.55 3 + revision: ff8298ede09a5e825d5d53775f36d60cd4110f17 4 + ref: refs/tags/6.3.56 5 5 specs: 6 - metasploit-framework (6.3.55) 6 + metasploit-framework (6.3.56) 7 7 actionpack (~> 7.0.0) 8 8 activerecord (~> 7.0.0) 9 9 activesupport (~> 7.0.0)
+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.55"; 18 + version = "6.3.56"; 19 19 20 20 src = fetchFromGitHub { 21 21 owner = "rapid7"; 22 22 repo = "metasploit-framework"; 23 23 rev = "refs/tags/${version}"; 24 - hash = "sha256-443sNaqGizvrJh7aEtarK+jix9+KYzkEZJg8k0QGskM="; 24 + hash = "sha256-BF/8+Quu8heS+VKn5ciHfZLTAmoliO25O4BccQBj4bE="; 25 25 }; 26 26 27 27 nativeBuildInputs = [
+3 -3
pkgs/tools/security/metasploit/gemset.nix
··· 664 664 platforms = []; 665 665 source = { 666 666 fetchSubmodules = false; 667 - rev = "59122f9afd18c1e41a2a66870f1d986896f05216"; 668 - sha256 = "0hxj0r296g4qch23jqwavz3y5s1bmgb15nhy4vmkp2w6m8syr3g3"; 667 + rev = "ff8298ede09a5e825d5d53775f36d60cd4110f17"; 668 + sha256 = "1cg1cc072p407fwyv215d81d74kxhz4fb9sjz691gwmf1gwzqpq4"; 669 669 type = "git"; 670 670 url = "https://github.com/rapid7/metasploit-framework"; 671 671 }; 672 - version = "6.3.55"; 672 + version = "6.3.56"; 673 673 }; 674 674 metasploit-model = { 675 675 groups = ["default"];