1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-03 11:02:05 +00:00
nixpkgs/pkgs/tools/text/reckon/gemset.nix

41 lines
983 B
Nix
Raw Normal View History

2016-08-02 15:51:24 +01:00
{
chronic = {
source = {
remotes = ["https://rubygems.org"];
sha256 = "1hrdkn4g8x7dlzxwb1rfgr8kw3bp4ywg5l4y4i9c2g5cwv62yvvn";
type = "gem";
};
version = "0.10.2";
};
highline = {
2021-01-17 09:03:10 +00:00
groups = ["default"];
platforms = [];
2016-08-02 15:51:24 +01:00
source = {
2021-01-17 09:03:10 +00:00
remotes = ["http://rubygems.org"];
sha256 = "0yclf57n2j3cw8144ania99h1zinf8q3f5zrhqa754j6gl95rp9d";
2016-08-02 15:51:24 +01:00
type = "gem";
};
2021-01-17 09:03:10 +00:00
version = "2.0.3";
2016-08-02 15:51:24 +01:00
};
2021-01-17 09:03:10 +00:00
rchardet = {
groups = ["default"];
platforms = [];
2016-08-02 15:51:24 +01:00
source = {
2021-01-17 09:03:10 +00:00
remotes = ["http://rubygems.org"];
sha256 = "1isj1b3ywgg2m1vdlnr41lpvpm3dbyarf1lla4dfibfmad9csfk9";
2016-08-02 15:51:24 +01:00
type = "gem";
};
2021-01-17 09:03:10 +00:00
version = "1.8.0";
2016-08-02 15:51:24 +01:00
};
2021-01-17 09:03:10 +00:00
reckon = {
dependencies = ["chronic" "highline" "rchardet"];
groups = ["default"];
platforms = [];
2016-08-02 15:51:24 +01:00
source = {
remotes = ["https://rubygems.org"];
2021-01-17 09:03:10 +00:00
sha256 = "0zkbmwx5bp2dr54bwhkn831918ijwh022rq45qg38wz2skih7izp";
2016-08-02 15:51:24 +01:00
type = "gem";
};
2021-01-17 09:03:10 +00:00
version = "0.6.0";
2016-08-02 15:51:24 +01:00
};
}