biglybt: 3.5.0.0 -> 3.6.0.0
[NixPkgs.git] / pkgs / development / tools / sqlint / gemset.nix
blob05925a45e69e87b06adb1cd17319e259efee54c4
2   google-protobuf = {
3     groups = ["default"];
4     platforms = [];
5     source = {
6       remotes = ["https://rubygems.org"];
7       sha256 = "18d1w5j7vjaza3v1ig9j7zyis04kxqdkb1272vbgncxn03ck45mm";
8       type = "gem";
9     };
10     version = "3.25.0";
11   };
12   pg_query = {
13     dependencies = ["google-protobuf"];
14     groups = ["default"];
15     platforms = [];
16     source = {
17       remotes = ["https://rubygems.org"];
18       sha256 = "15ynrzqsmmbmxib8ri8n9k6z3l6rwd91j7y1mghm33nfgdf9bj8w";
19       type = "gem";
20     };
21     version = "4.2.3";
22   };
23   sqlint = {
24     dependencies = ["pg_query"];
25     groups = ["default"];
26     platforms = [];
27     source = {
28       remotes = ["https://rubygems.org"];
29       sha256 = "06gljzjhbfvxs85699jr1p7y2j8hhi629kfarad7yjqy7ssl541n";
30       type = "gem";
31     };
32     version = "0.3.0";
33   };