diff options
author | Lain Soykaf <lain@lain.com> | 2023-12-11 17:25:21 +0400 |
---|---|---|
committer | Lain Soykaf <lain@lain.com> | 2023-12-11 18:38:27 +0400 |
commit | 8b4a78626642590fc52b8183204624ec639c065b (patch) | |
tree | 65a1c382ce2f8fd314e23f64a5ebac9f4121cfd7 /mix.exs | |
parent | 7cf65cfeea0a6e1a43028e55c974fa8e20b4d3ce (diff) | |
download | pleroma-8b4a78626642590fc52b8183204624ec639c065b.tar.gz pleroma-8b4a78626642590fc52b8183204624ec639c065b.zip |
Use version of vix that compiles correctly under arm32
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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}, |