summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorLain Soykaf <lain@lain.com>2023-12-11 17:25:21 +0400
committerLain Soykaf <lain@lain.com>2023-12-11 18:38:27 +0400
commit8b4a78626642590fc52b8183204624ec639c065b (patch)
tree65a1c382ce2f8fd314e23f64a5ebac9f4121cfd7 /mix.exs
parent7cf65cfeea0a6e1a43028e55c974fa8e20b4d3ce (diff)
downloadpleroma-8b4a78626642590fc52b8183204624ec639c065b.tar.gz
pleroma-8b4a78626642590fc52b8183204624ec639c065b.zip
Use version of vix that compiles correctly under arm32
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 99074b433..45de96187 100644
--- a/mix.exs
+++ b/mix.exs
@@ -181,7 +181,7 @@ defmodule Pleroma.Mixfile do
{:majic, "~> 1.0"},
{:open_api_spex, "~> 3.16"},
{:ecto_psql_extras, "~> 0.6"},
- {:vix, "~> 0.25.0"},
+ {:vix, github: "akash-akya/vix", ref: "23b6c31c751dfe45998144fe3528e6348a29cbbb"},
{:elixir_make, "~> 0.7.7", override: true},
{:blurhash, "~> 0.1.0", hex: :rinpatch_blurhash},