From b959cc840e4a8ca364f1f642cdf45130d5c52c17 Mon Sep 17 00:00:00 2001 From: kilianar Date: Fri, 17 Jan 2025 15:00:33 +0100 Subject: [PATCH] image_optim: 0.31.3 -> 0.31.4 https://github.com/toy/image_optim/releases/tag/v0.31.4 --- pkgs/applications/graphics/image_optim/Gemfile.lock | 8 ++++---- pkgs/applications/graphics/image_optim/gemset.nix | 12 ++++++------ 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/pkgs/applications/graphics/image_optim/Gemfile.lock b/pkgs/applications/graphics/image_optim/Gemfile.lock index 9e4c665827df..3d3226db6a52 100644 --- a/pkgs/applications/graphics/image_optim/Gemfile.lock +++ b/pkgs/applications/graphics/image_optim/Gemfile.lock @@ -1,15 +1,15 @@ GEM remote: https://rubygems.org/ specs: - exifr (1.3.10) + exifr (1.4.1) fspath (3.1.2) - image_optim (0.31.3) + image_optim (0.31.4) exifr (~> 1.2, >= 1.2.2) fspath (~> 3.0) image_size (>= 1.5, < 4) in_threads (~> 1.3) progress (~> 3.0, >= 3.0.1) - image_size (3.2.0) + image_size (3.4.0) in_threads (1.6.0) progress (3.6.0) @@ -20,4 +20,4 @@ DEPENDENCIES image_optim BUNDLED WITH - 2.4.6 + 2.5.22 diff --git a/pkgs/applications/graphics/image_optim/gemset.nix b/pkgs/applications/graphics/image_optim/gemset.nix index 10c909a92080..dc819eefa1ea 100644 --- a/pkgs/applications/graphics/image_optim/gemset.nix +++ b/pkgs/applications/graphics/image_optim/gemset.nix @@ -4,10 +4,10 @@ platforms = [ ]; source = { remotes = [ "https://rubygems.org" ]; - sha256 = "08fmmswa9fwymwsa2gzlm856ak3y9kjxdzm4zdrcrfyxs2p8yqwc"; + sha256 = "155qqhai5z2742aqa4mwkxmqrpcv48siqz55rcx79wvgdg6790vn"; type = "gem"; }; - version = "1.3.10"; + version = "1.4.1"; }; fspath = { groups = [ "default" ]; @@ -31,20 +31,20 @@ platforms = [ ]; source = { remotes = [ "https://rubygems.org" ]; - sha256 = "02iw1plldayr1l8bdw2gshq0h083h0fxwji1m1nfhzikz917c07p"; + sha256 = "1h3n8x1rlxz4mkk49lij22x1nn0qk5cvir3fsj4x3s382a4x1zsv"; type = "gem"; }; - version = "0.31.3"; + version = "0.31.4"; }; image_size = { groups = [ "default" ]; platforms = [ ]; source = { remotes = [ "https://rubygems.org" ]; - sha256 = "10slvvyam8gkdjzlhb3wb21hp46ay18miyh1advwvyny660rmdsb"; + sha256 = "16h2gxxk212mlvphf03x1z1ddb9k3vm0lgsxbvi4fjg77x8q19f6"; type = "gem"; }; - version = "3.2.0"; + version = "3.4.0"; }; in_threads = { groups = [ "default" ];