summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorHaelwenn (lanodan) Monnier <contact@hacktivis.me>2023-08-29 20:02:59 +0200
committerHaelwenn (lanodan) Monnier <contact@hacktivis.me>2023-11-14 10:44:57 +0100
commit2b6ae571bb8b1f641fbc9ea6f793f5677ad44041 (patch)
tree68da724a148902228043024244597941953e8826 /mix.exs
parentbf2d6abaf2f7ccc908c512a8d5be4e091779e9e5 (diff)
downloadpleroma-2b6ae571bb8b1f641fbc9ea6f793f5677ad44041.tar.gz
pleroma-2b6ae571bb8b1f641fbc9ea6f793f5677ad44041.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 4fd2df2d0..635e10e7e 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"},