summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorLain Soykaf <lain@lain.com>2023-11-28 12:23:41 +0400
committerLain Soykaf <lain@lain.com>2023-11-28 12:23:41 +0400
commit03db495e1d88f34bef8d556b0f88806c3260d403 (patch)
tree22057cc3651ea7069f2b1777d35a1187436a0691 /mix.exs
parent299c548b124377e51f6c089bc0df31b2989be3ef (diff)
downloadpleroma-03db495e1d88f34bef8d556b0f88806c3260d403.tar.gz
pleroma-03db495e1d88f34bef8d556b0f88806c3260d403.zip
AnalyzeMetadata: Switch to rinpatch_blurhash
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs6
1 files changed, 2 insertions, 4 deletions
diff --git a/mix.exs b/mix.exs
index 3a31ae3ab..e5e77c0f7 100644
--- a/mix.exs
+++ b/mix.exs
@@ -142,7 +142,7 @@ defmodule Pleroma.Mixfile do
{:gun, "~> 2.0.0-rc.1", override: true},
{:finch, "~> 0.10.0"},
{:jason, "~> 1.2"},
- {:mogrify, "~> 0.9.1"},
+ {:mogrify, "~> 0.8.0"},
{:ex_aws, "~> 2.1.6"},
{:ex_aws_s3, "~> 2.0"},
{:sweet_xml, "~> 0.7.2"},
@@ -194,9 +194,7 @@ defmodule Pleroma.Mixfile do
{:ecto_psql_extras, "~> 0.6"},
{:vix, "~> 0.25.0"},
{:elixir_make, "~> 0.7.7", override: true},
- {:blurhash,
- git: "https://git.pleroma.social/pleroma/elixir-libraries/blurhash.git",
- ref: "61cfc428df3f266bdd20f181d188c6f59da34814"},
+ {:blurhash, "~> 0.1.0", hex: :rinpatch_blurhash},
## dev & test
{:ex_doc, "~> 0.22", only: :dev, runtime: false},