mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-25 06:13:54 +00:00
13 lines
248 B
Nix
13 lines
248 B
Nix
{
|
|
brakeman = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0wzvxpabnjwwjgr9s13965dbdgl3qfvwjbmhimh83p81bm5lsrnw";
|
|
type = "gem";
|
|
};
|
|
version = "5.4.1";
|
|
};
|
|
}
|