brakeman: 4.8.0 -> 5.0.0
https://github.com/presidentbeef/brakeman/releases/tag/v5.0.0
This commit is contained in:
parent
1e4ddfc5de
commit
da87422997
|
@ -4,13 +4,13 @@ buildRubyGem rec {
|
||||||
inherit ruby;
|
inherit ruby;
|
||||||
name = "${gemName}-${version}";
|
name = "${gemName}-${version}";
|
||||||
gemName = "brakeman";
|
gemName = "brakeman";
|
||||||
version = "4.8.0";
|
version = "5.0.0";
|
||||||
source.sha256 = "0xy28pq4x1i7xns5af9k8fx35sqffz2lg94fgbsi9zhi877b7srg";
|
source.sha256 = "0k1ynqsr9b0vnxqb7d5hbdk4q1i98zjzdnx4y1ylikz4rmkizf91";
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Static analysis security scanner for Ruby on Rails";
|
description = "Static analysis security scanner for Ruby on Rails";
|
||||||
homepage = "https://brakemanscanner.org/";
|
homepage = "https://brakemanscanner.org/";
|
||||||
changelog = "https://github.com/presidentbeef/brakeman/releases/tag/v${version}";
|
changelog = "https://github.com/presidentbeef/brakeman/blob/v${version}/CHANGES.md";
|
||||||
license = [ licenses.unfreeRedistributable ];
|
license = [ licenses.unfreeRedistributable ];
|
||||||
platforms = ruby.meta.platforms;
|
platforms = ruby.meta.platforms;
|
||||||
maintainers = [ maintainers.marsam ];
|
maintainers = [ maintainers.marsam ];
|
||||||
|
|
Loading…
Reference in New Issue