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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

54 lines
1.3 KiB
Nix
Raw Normal View History

2016-08-02 14:51:24 +00:00
{
chronic = {
groups = ["default"];
platforms = [];
2016-08-02 14:51:24 +00:00
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 14:51:24 +00:00
source = {
remotes = ["https://rubygems.org"];
2023-06-15 09:56:43 +00:00
sha256 = "1f8cr014j7mdqpdb9q17fp5vb5b8n1pswqaif91s3ylg5x3pygfn";
2016-08-02 14:51:24 +00:00
type = "gem";
};
2023-06-15 09:56:43 +00:00
version = "2.1.0";
};
matrix = {
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1h2cgkpzkh3dd0flnnwfq6f3nl2b1zff9lvqz8xs853ssv5kq23i";
type = "gem";
};
version = "0.4.2";
2016-08-02 14:51:24 +00:00
};
2021-01-17 09:03:10 +00:00
rchardet = {
groups = ["default"];
platforms = [];
2016-08-02 14:51:24 +00:00
source = {
remotes = ["https://rubygems.org"];
2021-01-17 09:03:10 +00:00
sha256 = "1isj1b3ywgg2m1vdlnr41lpvpm3dbyarf1lla4dfibfmad9csfk9";
2016-08-02 14:51:24 +00:00
type = "gem";
};
2021-01-17 09:03:10 +00:00
version = "1.8.0";
2016-08-02 14:51:24 +00:00
};
2021-01-17 09:03:10 +00:00
reckon = {
2023-06-15 09:56:43 +00:00
dependencies = ["chronic" "highline" "matrix" "rchardet"];
2021-01-17 09:03:10 +00:00
groups = ["default"];
platforms = [];
2016-08-02 14:51:24 +00:00
source = {
remotes = ["https://rubygems.org"];
2023-06-15 09:56:43 +00:00
sha256 = "0188k41lvz5vnn03qw1hbi6c2i88n5p3183rb0xz9rfjcngh2ly3";
2016-08-02 14:51:24 +00:00
type = "gem";
};
2023-06-15 09:56:43 +00:00
version = "0.9.2";
2016-08-02 14:51:24 +00:00
};
2021-01-21 21:12:40 +00:00
}