summary refs log tree commit diff
path: root/pkgs/tools/system/foreman/gemset.nix
blob: b35bd15c974929e69d49432c1bdfcd783334583d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  thor = {
    version = "0.19.1";
    source = {
      type = "gem";
      remotes = ["https://rubygems.org"];
      sha256 = "08p5gx18yrbnwc6xc0mxvsfaxzgy2y9i78xq7ds0qmdm67q39y4z";
    };
  };
  foreman = {
    version = "0.78.0";
    source = {
      type = "gem";
      remotes = ["https://rubygems.org"];
      sha256 = "1caz8mi7gq1hs4l1flcyyw1iw1bdvdbhppsvy12akr01k3s17xaq";
    };
  };
}