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