nixpkgs/pkgs/development/tools/overcommit/gemset.nix

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

44 lines
1.0 KiB
Nix
Raw Normal View History

2019-11-27 16:52:41 +03:00
{
childprocess = {
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
2022-10-09 22:16:52 +03:00
sha256 = "1lvcp8bsd35g57f7wz4jigcw2sryzzwrpcgjwwf3chmjrjcww5in";
2019-11-27 16:52:41 +03:00
type = "gem";
};
2022-10-09 22:16:52 +03:00
version = "4.1.0";
2019-11-27 16:52:41 +03:00
};
iniparse = {
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
2022-10-09 22:16:52 +03:00
sha256 = "1wb1qy4i2xrrd92dc34pi7q7ibrjpapzk9y465v0n9caiplnb89n";
2019-11-27 16:52:41 +03:00
type = "gem";
};
2022-10-09 22:16:52 +03:00
version = "1.5.0";
2019-11-27 16:52:41 +03:00
};
overcommit = {
2022-10-09 22:16:52 +03:00
dependencies = ["childprocess" "iniparse" "rexml"];
2019-11-27 16:52:41 +03:00
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0slqmsycbqx746liwq0qw0c81xrp4051iff8s574a4fmj941gkia";
2019-11-27 16:52:41 +03:00
type = "gem";
};
version = "0.60.0";
2022-10-09 22:16:52 +03:00
};
rexml = {
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "05i8518ay14kjbma550mv0jm8a6di8yp5phzrd8rj44z9qnrlrp0";
2022-10-09 22:16:52 +03:00
type = "gem";
};
version = "3.2.6";
2019-11-27 16:52:41 +03:00
};
2021-01-22 00:12:40 +03:00
}