brakeman: 4.5.1 -> 4.6.1

This commit is contained in:
Mario Rodas 2019-07-29 23:14:59 -05:00
parent 7f2f31a812
commit 94ae71a66a
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.5.1";
source.sha256 = "0vqnhlswvrg5fpxszfkjmla85gdlvgspz0whlli730ydx648mi68";
version = "4.6.1";
source.sha256 = "04chxflc5n6q0kz93c9dc6jwqrz0mrrlpm4iqncb39yyvg4ghcbf";
meta = with lib; {
description = "Static analysis security scanner for Ruby on Rails";