nixpkgs/pkgs/tools/text/bcat/gemset.nix

24 lines
514 B
Nix
Raw Normal View History

2017-11-19 16:21:28 +01:00
{
bcat = {
dependencies = ["rack"];
2019-05-03 11:21:57 +02:00
groups = ["default"];
platforms = [];
2017-11-19 16:21:28 +01:00
source = {
2019-05-03 11:21:57 +02:00
remotes = ["https://rubygems.org"];
2017-11-19 16:21:28 +01:00
sha256 = "0w2wwlngcs7f4lmvifixrb89bjkw2lx8z0nn72w360hz394ic651";
type = "gem";
};
version = "0.6.2";
};
rack = {
2019-05-03 11:21:57 +02:00
groups = ["default"];
platforms = [];
2017-11-19 16:21:28 +01:00
source = {
2019-05-03 11:21:57 +02:00
remotes = ["https://rubygems.org"];
sha256 = "1g9926ln2lw12lfxm4ylq1h6nl0rafl10za3xvjzc87qvnqic87f";
2017-11-19 16:21:28 +01:00
type = "gem";
};
version = "1.6.11";
2017-11-19 16:21:28 +01:00
};
2021-01-21 22:12:40 +01:00
}