summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorHélène <pleroma-dev@helene.moe>2022-07-02 14:52:28 +0200
committerHélène <pleroma-dev@helene.moe>2022-07-02 14:52:28 +0200
commitc3a0944ce5e025058b4f39879b55cc6a76da7ebb (patch)
tree97a77a74422bc2ea6cf763f3e72dce9657b68b31 /mix.exs
parent75f912c63f9a18e37f8ddbd403755b878467435a (diff)
mix: update eblurhash to 1.2.2
Previous eblurhash versions bundled precompiled binaries which caused issues on non-Darwin operating systems.
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index 0651781cc..6e84fe482 100644
--- a/mix.exs
+++ b/mix.exs
@@ -194,7 +194,7 @@ defmodule Pleroma.Mixfile do
ref: "e0f16822d578866e186a0974d65ad58cddc1e2ab"},
{:restarter, path: "./restarter"},
{:majic, "~> 1.0"},
- {:eblurhash, "~> 1.1.0"},
+ {:eblurhash, "~> 1.2.2"},
{:open_api_spex, "~> 3.10"},
{:phoenix_live_dashboard, "~> 0.6.2"},
{:ecto_psql_extras, "~> 0.6"},