diff options
author | Lain Soykaf <lain@lain.com> | 2023-11-28 12:23:41 +0400 |
---|---|---|
committer | Lain Soykaf <lain@lain.com> | 2023-11-28 12:23:41 +0400 |
commit | 03db495e1d88f34bef8d556b0f88806c3260d403 (patch) | |
tree | 22057cc3651ea7069f2b1777d35a1187436a0691 /mix.exs | |
parent | 299c548b124377e51f6c089bc0df31b2989be3ef (diff) | |
download | pleroma-03db495e1d88f34bef8d556b0f88806c3260d403.tar.gz pleroma-03db495e1d88f34bef8d556b0f88806c3260d403.zip |
AnalyzeMetadata: Switch to rinpatch_blurhash
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -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}, |