lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #258528 from fabaff/metasploit-bump

metasploit: 6.3.35 -> 6.3.36

authored by

Fabian Affolter and committed by
GitHub
4047ba29 1af7a07a

+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.35" 4 + gem "metasploit-framework", git: "https://github.com/rapid7/metasploit-framework", ref: "refs/tags/6.3.36"
+3 -3
pkgs/tools/security/metasploit/Gemfile.lock
··· 1 1 GIT 2 2 remote: https://github.com/rapid7/metasploit-framework 3 - revision: 26857f6f23bbec8d6f1a0b7deaf921a8021a66cd 4 - ref: refs/tags/6.3.35 3 + revision: 787e303296c1ac456e76b5980a975993c1e24742 4 + ref: refs/tags/6.3.36 5 5 specs: 6 - metasploit-framework (6.3.35) 6 + metasploit-framework (6.3.36) 7 7 actionpack (~> 7.0) 8 8 activerecord (~> 7.0) 9 9 activesupport (~> 7.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.35"; 18 + version = "6.3.36"; 19 19 20 20 src = fetchFromGitHub { 21 21 owner = "rapid7"; 22 22 repo = "metasploit-framework"; 23 23 rev = version; 24 - sha256 = "sha256-gnDIIvk4ASilSnFdMRxZ2em+zRnbBu4iUsTnTKn9YTA="; 24 + sha256 = "sha256-oHnVIdVeQsPTAQAMInWRKYYiYT7yHG7CZReoTZzH03s="; 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 = "26857f6f23bbec8d6f1a0b7deaf921a8021a66cd"; 658 - sha256 = "0c31znllrry4a8ifw1nv376vxsfrb4f32pbi9ajjh09qz4ichw42"; 657 + rev = "787e303296c1ac456e76b5980a975993c1e24742"; 658 + sha256 = "0yykqyf4va0pcp16w77j7rhj51i9j5sj4300079w6hjyslhxayd0"; 659 659 type = "git"; 660 660 url = "https://github.com/rapid7/metasploit-framework"; 661 661 }; 662 - version = "6.3.35"; 662 + version = "6.3.36"; 663 663 }; 664 664 metasploit-model = { 665 665 groups = ["default"];