summary refs log blame commit diff
path: root/pkgs/tools/system/procodile/gemset.nix
blob: 8216159ad940e835e7949601f526b4ec8e2e2f4d (plain) (tree)


















                                                                      
{
  json = {
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "01v6jjpvh3gnq6sgllpfqahlgxzj50ailwhj9b3cd20hi2dx0vxp";
      type = "gem";
    };
    version = "2.1.0";
  };
  procodile = {
    dependencies = ["json"];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "1gfms2h4k9zqq7jn04nphibcsjykgxiqwdyyz2r4kq428a25kqsf";
      type = "gem";
    };
    version = "1.0.17";
  };
}