nixpkgs/pkgs/development/tools/puppet/puppet-lint/gemset.nix

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

13 lines
251 B
Nix
Raw Normal View History

2018-08-13 13:33:00 +03:00
{
puppet-lint = {
2021-11-10 17:46:07 +03:00
groups = ["default"];
platforms = [];
2018-08-13 13:33:00 +03:00
source = {
remotes = ["https://rubygems.org"];
2021-11-10 17:46:07 +03:00
sha256 = "1rcj3cb6lf90g6vvhh3c9p8yn7pgibglf9k5878bzd6pn5ag0h9v";
2018-08-13 13:33:00 +03:00
type = "gem";
};
2021-11-10 17:46:07 +03:00
version = "2.5.2";
2018-08-13 13:33:00 +03:00
};
2021-01-22 00:12:40 +03:00
}