summary refs log tree commit diff
path: root/pkgs/tools/misc/lolcat/gemset.nix
blob: 78677edcc34bac961dd2cf9a01545f748ca360e1 (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
{
  lolcat = {
    dependencies = ["manpages" "paint" "trollop"];
    source = {
      remotes = ["http://rubygems.org"];
      sha256 = "0fidwmgywkklxf2a4f4dl82b8mx4w4n73vqm6jqgyqd3nfmgysnl";
      type = "gem";
    };
    version = "99.9.10";
  };
  manpages = {
    source = {
      remotes = ["http://rubygems.org"];
      sha256 = "11p6ilnfda6af15ks3xiz2pr0hkvdvadnk1xm4ahqlf84dld3fnd";
      type = "gem";
    };
    version = "0.6.1";
  };
  paint = {
    source = {
      remotes = ["http://rubygems.org"];
      sha256 = "1gnh9cihc84w4xbw51pg15crjvhblbq6nkzljrp7kmn3434nsg0d";
      type = "gem";
    };
    version = "2.0.1";
  };
  trollop = {
    source = {
      remotes = ["http://rubygems.org"];
      sha256 = "0415y63df86sqj43c0l82and65ia5h64if7n0znkbrmi6y0jwhl8";
      type = "gem";
    };
    version = "2.1.2";
  };
}