summary refs log blame commit diff
path: root/pkgs/tools/text/bcat/gemset.nix
blob: 9471ffae8ddbc2fb33682c16a98c0eb518b2d02c (plain) (tree)
1
2
3
4
5
6
7


                            

                         
              
                                         





                                                                      

                         
              
                                         
                                                                      

                   
                       
    
 
{
  bcat = {
    dependencies = ["rack"];
    groups = ["default"];
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "0w2wwlngcs7f4lmvifixrb89bjkw2lx8z0nn72w360hz394ic651";
      type = "gem";
    };
    version = "0.6.2";
  };
  rack = {
    groups = ["default"];
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "1g9926ln2lw12lfxm4ylq1h6nl0rafl10za3xvjzc87qvnqic87f";
      type = "gem";
    };
    version = "1.6.11";
  };
}