3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/pkgs/development/tools/analysis/brakeman/gemset.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
248 B
Nix
Raw Normal View History

2021-06-18 05:20:00 +01:00
{
brakeman = {
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
2021-10-20 03:56:14 +01:00
sha256 = "0y71fqqd0azy5rn78fwiz9px0mql23zrl0ij0dzdkx22l4cscpb0";
2021-06-18 05:20:00 +01:00
type = "gem";
};
2021-10-20 03:56:14 +01:00
version = "5.1.1";
2021-06-18 05:20:00 +01:00
};
}