Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1{
2 git-version-bump = {
3 source = {
4 remotes = [ "https://rubygems.org" ];
5 sha256 = "0xcj20gmbpqn2gcpid4pxpnimfdg2ip9jnl1572naz0magcrwl2s";
6 type = "gem";
7 };
8 version = "0.15.1";
9 };
10 lvmsync = {
11 dependencies = [
12 "git-version-bump"
13 "treetop"
14 ];
15 source = {
16 remotes = [ "https://rubygems.org" ];
17 sha256 = "02mdrvfibvab4p4yrdzxvndhy8drss3ri7izybcwgpbyc7isk8mv";
18 type = "gem";
19 };
20 version = "3.3.2";
21 };
22 polyglot = {
23 source = {
24 remotes = [ "https://rubygems.org" ];
25 sha256 = "1bqnxwyip623d8pr29rg6m8r0hdg08fpr2yb74f46rn1wgsnxmjr";
26 type = "gem";
27 };
28 version = "0.3.5";
29 };
30 treetop = {
31 dependencies = [ "polyglot" ];
32 source = {
33 remotes = [ "https://rubygems.org" ];
34 sha256 = "0sdkd1v2h8dhj9ncsnpywmqv7w1mdwsyc5jwyxlxwriacv8qz8bd";
35 type = "gem";
36 };
37 version = "1.6.9";
38 };
39}