biome: 1.9.2 -> 1.9.3
[NixPkgs.git] / pkgs / applications / graphics / image_optim / gemset.nix
blobb9de8acc28d16755ce48496d1f690297ec0795a8
2   exifr = {
3     groups = ["default"];
4     platforms = [];
5     source = {
6       remotes = ["https://rubygems.org"];
7       sha256 = "08fmmswa9fwymwsa2gzlm856ak3y9kjxdzm4zdrcrfyxs2p8yqwc";
8       type = "gem";
9     };
10     version = "1.3.10";
11   };
12   fspath = {
13     groups = ["default"];
14     platforms = [];
15     source = {
16       remotes = ["https://rubygems.org"];
17       sha256 = "0xcxikkrjv8ws328nn5ax5pyfjs8pn7djg1hks7qyb3yp6prpb5m";
18       type = "gem";
19     };
20     version = "3.1.2";
21   };
22   image_optim = {
23     dependencies = ["exifr" "fspath" "image_size" "in_threads" "progress"];
24     groups = ["default"];
25     platforms = [];
26     source = {
27       remotes = ["https://rubygems.org"];
28       sha256 = "02iw1plldayr1l8bdw2gshq0h083h0fxwji1m1nfhzikz917c07p";
29       type = "gem";
30     };
31     version = "0.31.3";
32   };
33   image_size = {
34     groups = ["default"];
35     platforms = [];
36     source = {
37       remotes = ["https://rubygems.org"];
38       sha256 = "10slvvyam8gkdjzlhb3wb21hp46ay18miyh1advwvyny660rmdsb";
39       type = "gem";
40     };
41     version = "3.2.0";
42   };
43   in_threads = {
44     groups = ["default"];
45     platforms = [];
46     source = {
47       remotes = ["https://rubygems.org"];
48       sha256 = "0j9132d4g8prjafgdh4pw948j527kr09m2lvylrcd797il9yd9wi";
49       type = "gem";
50     };
51     version = "1.6.0";
52   };
53   progress = {
54     groups = ["default"];
55     platforms = [];
56     source = {
57       remotes = ["https://rubygems.org"];
58       sha256 = "0wymdk40cwrqn32gwg1kw94s5p1n0z3n7ma7x1s62gd4vw3d63in";
59       type = "gem";
60     };
61     version = "3.6.0";
62   };