nixpkgs/pkgs/tools/security/bundler-audit/gemset.nix

24 lines
524 B
Nix
Raw Normal View History

2019-04-02 17:21:22 +02:00
{
bundler-audit = {
dependencies = ["thor"];
2020-06-13 15:15:10 +02:00
groups = ["default"];
platforms = [];
2019-04-02 17:21:22 +02:00
source = {
remotes = ["https://rubygems.org"];
2020-06-13 15:15:10 +02:00
sha256 = "04l9rs56rlvihbr2ybkrigjajgd3swa98lxvmdl8iylj1g5m7n0j";
2019-04-02 17:21:22 +02:00
type = "gem";
};
2020-06-13 15:15:10 +02:00
version = "0.7.0.1";
2019-04-02 17:21:22 +02:00
};
thor = {
2020-06-13 15:15:10 +02:00
groups = ["default"];
platforms = [];
2019-04-02 17:21:22 +02:00
source = {
remotes = ["https://rubygems.org"];
2020-06-13 15:15:10 +02:00
sha256 = "1xbhkmyhlxwzshaqa7swy2bx6vd64mm0wrr8g3jywvxy7hg0cwkm";
2019-04-02 17:21:22 +02:00
type = "gem";
};
2020-06-13 15:15:10 +02:00
version = "1.0.1";
2019-04-02 17:21:22 +02:00
};
2021-01-21 22:12:40 +01:00
}