image_optim: 0.31.3 -> 0.31.4 (#374551)

authored by

Arne Keller and committed by
GitHub
76e0741f f3dd881d

+10 -10
+4 -4
pkgs/applications/graphics/image_optim/Gemfile.lock
··· 1 GEM 2 remote: https://rubygems.org/ 3 specs: 4 - exifr (1.3.10) 5 fspath (3.1.2) 6 - image_optim (0.31.3) 7 exifr (~> 1.2, >= 1.2.2) 8 fspath (~> 3.0) 9 image_size (>= 1.5, < 4) 10 in_threads (~> 1.3) 11 progress (~> 3.0, >= 3.0.1) 12 - image_size (3.2.0) 13 in_threads (1.6.0) 14 progress (3.6.0) 15 ··· 20 image_optim 21 22 BUNDLED WITH 23 - 2.4.6
··· 1 GEM 2 remote: https://rubygems.org/ 3 specs: 4 + exifr (1.4.1) 5 fspath (3.1.2) 6 + image_optim (0.31.4) 7 exifr (~> 1.2, >= 1.2.2) 8 fspath (~> 3.0) 9 image_size (>= 1.5, < 4) 10 in_threads (~> 1.3) 11 progress (~> 3.0, >= 3.0.1) 12 + image_size (3.4.0) 13 in_threads (1.6.0) 14 progress (3.6.0) 15 ··· 20 image_optim 21 22 BUNDLED WITH 23 + 2.5.22
+6 -6
pkgs/applications/graphics/image_optim/gemset.nix
··· 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" ]; ··· 31 platforms = [ ]; 32 source = { 33 remotes = [ "https://rubygems.org" ]; 34 - sha256 = "02iw1plldayr1l8bdw2gshq0h083h0fxwji1m1nfhzikz917c07p"; 35 type = "gem"; 36 }; 37 - version = "0.31.3"; 38 }; 39 image_size = { 40 groups = [ "default" ]; 41 platforms = [ ]; 42 source = { 43 remotes = [ "https://rubygems.org" ]; 44 - sha256 = "10slvvyam8gkdjzlhb3wb21hp46ay18miyh1advwvyny660rmdsb"; 45 type = "gem"; 46 }; 47 - version = "3.2.0"; 48 }; 49 in_threads = { 50 groups = [ "default" ];
··· 4 platforms = [ ]; 5 source = { 6 remotes = [ "https://rubygems.org" ]; 7 + sha256 = "155qqhai5z2742aqa4mwkxmqrpcv48siqz55rcx79wvgdg6790vn"; 8 type = "gem"; 9 }; 10 + version = "1.4.1"; 11 }; 12 fspath = { 13 groups = [ "default" ]; ··· 31 platforms = [ ]; 32 source = { 33 remotes = [ "https://rubygems.org" ]; 34 + sha256 = "1h3n8x1rlxz4mkk49lij22x1nn0qk5cvir3fsj4x3s382a4x1zsv"; 35 type = "gem"; 36 }; 37 + version = "0.31.4"; 38 }; 39 image_size = { 40 groups = [ "default" ]; 41 platforms = [ ]; 42 source = { 43 remotes = [ "https://rubygems.org" ]; 44 + sha256 = "16h2gxxk212mlvphf03x1z1ddb9k3vm0lgsxbvi4fjg77x8q19f6"; 45 type = "gem"; 46 }; 47 + version = "3.4.0"; 48 }; 49 in_threads = { 50 groups = [ "default" ];