about summary refs log tree commit diff
path: root/pkgs/development/tools/analysis/brakeman/gemset.nix
blob: 8096a825669a86f801fd8e038183a2ee442b3f03 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{
  brakeman = {
    groups = ["default"];
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "1l2584f7cm7lmwihm1l449rk6vl4wlx3s7x317cm2inapzjhiybg";
      type = "gem";
    };
    version = "6.0.0";
  };
}