about summary refs log tree commit diff
path: root/pkgs/development/tools/analysis
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2019-05-18 20:00:00 -0500
committerMario Rodas <marsam@users.noreply.github.com>2019-05-18 20:00:00 -0500
commitaf1176230794cfb1e0f4422ee9e3ccf05adff17b (patch)
treee259f2e926f0c7c23f237c5e17c4c35b44dc0d03 /pkgs/development/tools/analysis
parent2439b3049b114f6ba25e8cd5353d83e322e45c2e (diff)
downloadnixlib-af1176230794cfb1e0f4422ee9e3ccf05adff17b.tar
nixlib-af1176230794cfb1e0f4422ee9e3ccf05adff17b.tar.gz
nixlib-af1176230794cfb1e0f4422ee9e3ccf05adff17b.tar.bz2
nixlib-af1176230794cfb1e0f4422ee9e3ccf05adff17b.tar.lz
nixlib-af1176230794cfb1e0f4422ee9e3ccf05adff17b.tar.xz
nixlib-af1176230794cfb1e0f4422ee9e3ccf05adff17b.tar.zst
nixlib-af1176230794cfb1e0f4422ee9e3ccf05adff17b.zip
brakeman: 4.5.0 -> 4.5.1
Diffstat (limited to 'pkgs/development/tools/analysis')
-rw-r--r--pkgs/development/tools/analysis/brakeman/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/analysis/brakeman/default.nix b/pkgs/development/tools/analysis/brakeman/default.nix
index 90eeffd58da1..78a4396698b6 100644
--- a/pkgs/development/tools/analysis/brakeman/default.nix
+++ b/pkgs/development/tools/analysis/brakeman/default.nix
@@ -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";