brakeman: 4.4.0 -> 4.5.0

This commit is contained in:
Mario Rodas 2019-03-16 02:28:35 -05:00
parent 7669144a27
commit ad219bcbc6
No known key found for this signature in database
GPG Key ID: 4C4BEFD7B18DC5E8

View File

@ -4,8 +4,8 @@ buildRubyGem rec {
inherit ruby;
name = "${gemName}-${version}";
gemName = "brakeman";
version = "4.4.0";
source.sha256 = "1fg37qknz1f10v4fgbn1s98gks0iimsgs1c8xra2jy16kpz4q86k";
version = "4.5.0";
source.sha256 = "0c11i01yw87fssmwbybaqf5rdxsjp44hvxdw54c3iqb8fvj76b68";
meta = with lib; {
description = "Static analysis security scanner for Ruby on Rails";