summary refs log tree commit diff
path: root/pkgs/tools/backup/lvmsync/gemset.nix
blob: f17aa513a1f3515aa7aa276410505831f682f38f (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
29
30
31
32
33
34
35
36
{
  git-version-bump = {
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "0xcj20gmbpqn2gcpid4pxpnimfdg2ip9jnl1572naz0magcrwl2s";
      type = "gem";
    };
    version = "0.15.1";
  };
  lvmsync = {
    dependencies = ["git-version-bump" "treetop"];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "02mdrvfibvab4p4yrdzxvndhy8drss3ri7izybcwgpbyc7isk8mv";
      type = "gem";
    };
    version = "3.3.2";
  };
  polyglot = {
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "1bqnxwyip623d8pr29rg6m8r0hdg08fpr2yb74f46rn1wgsnxmjr";
      type = "gem";
    };
    version = "0.3.5";
  };
  treetop = {
    dependencies = ["polyglot"];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "0sdkd1v2h8dhj9ncsnpywmqv7w1mdwsyc5jwyxlxwriacv8qz8bd";
      type = "gem";
    };
    version = "1.6.9";
  };
}