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"];
2021-09-04 16:04:39 +02:00
sha256 = "05k19l5388248rd74cn2lm2ksci7fzmga74n835v7k31m4kbzw8v";
2019-04-02 17:21:22 +02:00
type = "gem";
};
2021-09-04 16:04:39 +02:00
version = "0.9.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"];
2021-03-11 16:52:35 +01:00
sha256 = "18yhlvmfya23cs3pvhr1qy38y41b6mhr5q9vwv5lrgk16wmf3jna";
2019-04-02 17:21:22 +02:00
type = "gem";
};
2021-03-11 16:52:35 +01:00
version = "1.1.0";
2019-04-02 17:21:22 +02:00
};
2021-01-21 22:12:40 +01:00
}