about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/tools/sqlint/gemset.nix
blob: d2802a91703aa8d11dd6c7a95c9779eea0aef446 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
  json = {
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "01v6jjpvh3gnq6sgllpfqahlgxzj50ailwhj9b3cd20hi2dx0vxp";
      type = "gem";
    };
    version = "2.1.0";
  };
  pg_query = {
    dependencies = ["json"];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "0zgwnrf5mkpkxfh49r2pvh2djivrbqd19350g8hxapmkya9w3qpi";
      type = "gem";
    };
    version = "1.0.0";
  };
  sqlint = {
    dependencies = ["pg_query"];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "1wm81dgdmgc16b97bz73vm0wjd2m1ra1b40h0kwfd9wgrh9ig2al";
      type = "gem";
    };
    version = "0.1.7";
  };
}