File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed
pkgs/tools/security/metasploit Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22source "https://rubygems.org"
33
4- gem "metasploit-framework" , git : "https://github.com/rapid7/metasploit-framework" , ref : "refs/tags/6.4.36 "
4+ gem "metasploit-framework" , git : "https://github.com/rapid7/metasploit-framework" , ref : "refs/tags/6.4.37 "
Original file line number Diff line number Diff line change 11GIT
22 remote: https://github.com/rapid7/metasploit-framework
3- revision: 65c9364cfbe9540e24a7c5312666e77e2de52389
4- ref: refs/tags/6.4.36
3+ revision: c58328ce3f0a86d24580e76961476ad37b8d6de9
4+ ref: refs/tags/6.4.37
55 specs:
6- metasploit-framework (6.4.36 )
6+ metasploit-framework (6.4.37 )
77 aarch64
88 abbrev
99 actionpack (~> 7.0.0 )
@@ -488,4 +488,4 @@ DEPENDENCIES
488488 metasploit-framework !
489489
490490BUNDLED WITH
491- 2.5.16
491+ 2.5.22
Original file line number Diff line number Diff line change 1515 } ;
1616in stdenv . mkDerivation rec {
1717 pname = "metasploit-framework" ;
18- version = "6.4.36 " ;
18+ version = "6.4.37 " ;
1919
2020 src = fetchFromGitHub {
2121 owner = "rapid7" ;
2222 repo = "metasploit-framework" ;
2323 rev = "refs/tags/${ version } " ;
24- hash = "sha256-di7/LBqXrcIhy4UG5krAFSJ1ZhrJuGxEWJ25aVLuiGg =" ;
24+ hash = "sha256-/c0F/5bbuQYkNB2tzjK2NGoTr3OD4fAUUEjiJVybKFM =" ;
2525 } ;
2626
2727 nativeBuildInputs = [
Original file line number Diff line number Diff line change 734734 platforms = [ ] ;
735735 source = {
736736 fetchSubmodules = false ;
737- rev = "65c9364cfbe9540e24a7c5312666e77e2de52389 " ;
738- sha256 = "0s48xr96kfcxb126rf6939k7a8hmq15fc1l5rchw5bcp38ngybkn " ;
737+ rev = "c58328ce3f0a86d24580e76961476ad37b8d6de9 " ;
738+ sha256 = "0lr8kdf2bqj8a0ag1qc3ffpi6silnqrcxb8x6hj0dffvjvzhbkgx " ;
739739 type = "git" ;
740740 url = "https://github.com/rapid7/metasploit-framework" ;
741741 } ;
742- version = "6.4.36 " ;
742+ version = "6.4.37 " ;
743743 } ;
744744 metasploit-model = {
745745 groups = [ "default" ] ;
You can’t perform that action at this time.
0 commit comments