diff options
author | Hélène <pleroma-dev@helene.moe> | 2022-07-02 14:52:28 +0200 |
---|---|---|
committer | Hélène <pleroma-dev@helene.moe> | 2022-07-02 14:52:28 +0200 |
commit | c3a0944ce5e025058b4f39879b55cc6a76da7ebb (patch) | |
tree | 97a77a74422bc2ea6cf763f3e72dce9657b68b31 /mix.exs | |
parent | 75f912c63f9a18e37f8ddbd403755b878467435a (diff) | |
download | pleroma-c3a0944ce5e025058b4f39879b55cc6a76da7ebb.tar.gz pleroma-c3a0944ce5e025058b4f39879b55cc6a76da7ebb.zip |
mix: update eblurhash to 1.2.2
Previous eblurhash versions bundled precompiled binaries which caused
issues on non-Darwin operating systems.
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -194,7 +194,7 @@ defmodule Pleroma.Mixfile do ref: "e0f16822d578866e186a0974d65ad58cddc1e2ab"}, {:restarter, path: "./restarter"}, {:majic, "~> 1.0"}, - {:eblurhash, "~> 1.1.0"}, + {:eblurhash, "~> 1.2.2"}, {:open_api_spex, "~> 3.10"}, {:phoenix_live_dashboard, "~> 0.6.2"}, {:ecto_psql_extras, "~> 0.6"}, |