brakeman: 4.5.0 -> 4.5.1

This commit is contained in:
Mario Rodas 2019-05-18 20:00:00 -05:00
parent 2439b3049b
commit af11762307
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.0";
source.sha256 = "0c11i01yw87fssmwbybaqf5rdxsjp44hvxdw54c3iqb8fvj76b68";
version = "4.5.1";
source.sha256 = "0vqnhlswvrg5fpxszfkjmla85gdlvgspz0whlli730ydx648mi68";
meta = with lib; {
description = "Static analysis security scanner for Ruby on Rails";