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 10:33:00 +00:00
{
puppet-lint = {
2021-11-10 14:46:07 +00:00
groups = ["default"];
platforms = [];
2018-08-13 10:33:00 +00:00
source = {
remotes = ["https://rubygems.org"];
2021-11-10 14:46:07 +00:00
sha256 = "1rcj3cb6lf90g6vvhh3c9p8yn7pgibglf9k5878bzd6pn5ag0h9v";
2018-08-13 10:33:00 +00:00
type = "gem";
};
2021-11-10 14:46:07 +00:00
version = "2.5.2";
2018-08-13 10:33:00 +00:00
};
2021-01-21 21:12:40 +00:00
}