mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-24 22:53:42 +00:00
780c1018b8
Diff: https://github.com/presidentbeef/brakeman/compare/v5.4.1...v6.0.0 Changelog: https://github.com/presidentbeef/brakeman/releases/tag/v6.0.0
13 lines
248 B
Nix
13 lines
248 B
Nix
{
|
|
brakeman = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1l2584f7cm7lmwihm1l449rk6vl4wlx3s7x317cm2inapzjhiybg";
|
|
type = "gem";
|
|
};
|
|
version = "6.0.0";
|
|
};
|
|
}
|