summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorHaelwenn (lanodan) Monnier <contact@hacktivis.me>2023-08-29 20:02:59 +0200
committertusooa <tusooa@kazv.moe>2023-12-14 20:13:00 -0500
commit08839602bd730ca03630174970aa156d9aec21d4 (patch)
treeebeeec955bc14d8ba42e50701e7a892dd59f5f1b /mix.exs
parent35090f6eac3a4c63d52d37fe3f92b382d736b47c (diff)
downloadpleroma-08839602bd730ca03630174970aa156d9aec21d4.tar.gz
pleroma-08839602bd730ca03630174970aa156d9aec21d4.zip
mix: cherry-pick eblurhash latest git for system-CFLAGS
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs4
1 files changed, 3 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index 082b39e55..8fd382ec7 100644
--- a/mix.exs
+++ b/mix.exs
@@ -190,7 +190,9 @@ defmodule Pleroma.Mixfile do
ref: "e0f16822d578866e186a0974d65ad58cddc1e2ab"},
{:restarter, path: "./restarter"},
{:majic, "~> 1.0"},
- {:eblurhash, "~> 1.2.2"},
+ {:eblurhash,
+ git: "https://github.com/zotonic/eblurhash.git",
+ ref: "bc37ceb426ef021ee9927fb249bb93f7059194ab"},
{:open_api_spex, "~> 3.16"},
{:ecto_psql_extras, "~> 0.6"},