nixpkgs/pkgs/by-name/pu/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"];
sha256 = "1n2pffwxj1n33hc7aw74g6a4gn5v7rawcs7rglidbdq1g4kzd829";
2018-08-13 10:33:00 +00:00
type = "gem";
};
version = "4.2.4";
2018-08-13 10:33:00 +00:00
};
2021-01-21 21:12:40 +00:00
}