AnalyzeMetadata: Switch to rinpatch_blurhash

This commit is contained in:
Lain Soykaf 2023-11-28 12:23:41 +04:00
commit 03db495e1d
5 changed files with 25 additions and 13 deletions

View file

@ -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},