summaryrefslogtreecommitdiffstats
path: root/pkgs/development/tools
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2021-01-28 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2021-01-28 04:20:00 +0000
commitda874229971a9d8183cc7ac3586a25f9eeb488a7 (patch)
tree1b3d94d4fa82b79b6885ec992d42f496363249cd /pkgs/development/tools
parent1e4ddfc5ded6c16193a004c7da8ce3c691115a5e (diff)
brakeman: 4.8.0 -> 5.0.0
https://github.com/presidentbeef/brakeman/releases/tag/v5.0.0
Diffstat (limited to 'pkgs/development/tools')
-rw-r--r--pkgs/development/tools/analysis/brakeman/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/analysis/brakeman/default.nix b/pkgs/development/tools/analysis/brakeman/default.nix
index de351524f39b..3ac6b34f9488 100644
--- a/pkgs/development/tools/analysis/brakeman/default.nix
+++ b/pkgs/development/tools/analysis/brakeman/default.nix
@@ -4,13 +4,13 @@ buildRubyGem rec {
inherit ruby;
name = "${gemName}-${version}";
gemName = "brakeman";
- version = "4.8.0";
- source.sha256 = "0xy28pq4x1i7xns5af9k8fx35sqffz2lg94fgbsi9zhi877b7srg";
+ version = "5.0.0";
+ source.sha256 = "0k1ynqsr9b0vnxqb7d5hbdk4q1i98zjzdnx4y1ylikz4rmkizf91";
meta = with lib; {
description = "Static analysis security scanner for Ruby on Rails";
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 ];
platforms = ruby.meta.platforms;
maintainers = [ maintainers.marsam ];