mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-06 22:03:13 +00:00
13 lines
248 B
Nix
13 lines
248 B
Nix
{
|
|
brakeman = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1m188ypcl2lb1hin21fmyk9d4fbjw4w7cr2k6l37jasw3rmgnvjv";
|
|
type = "gem";
|
|
};
|
|
version = "5.2.3";
|
|
};
|
|
}
|