mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-21 05:04:00 +00:00
13 lines
248 B
Nix
13 lines
248 B
Nix
{
|
|
brakeman = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0y71fqqd0azy5rn78fwiz9px0mql23zrl0ij0dzdkx22l4cscpb0";
|
|
type = "gem";
|
|
};
|
|
version = "5.1.1";
|
|
};
|
|
}
|