summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorLain Soykaf <lain@lain.com>2021-11-14 16:04:08 +0100
committerLain Soykaf <lain@lain.com>2021-11-14 16:04:08 +0100
commit7dcc73f2944601df6021b5ea41672f0eda999524 (patch)
tree471d38aaebeaf35f35975c3e161ceea6a1bd3a1c /mix.exs
parent6b5c2d5f866f748c20417517035f4814955d01dd (diff)
Mix: Update crypt to fix musl builds.
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 f91e0b007..3339efe4e 100644
--- a/mix.exs
+++ b/mix.exs
@@ -146,7 +146,7 @@ defmodule Pleroma.Mixfile do
{:bbcode_pleroma, "~> 0.2.0"},
{:crypt,
git: "https://github.com/msantos/crypt.git",
- ref: "031d812ea45593de598bdbc3d28bf45a6e976de3"},
+ ref: "f75cd55325e33cbea198fb41fe41871392f8fb76"},
{:cors_plug, "~> 2.0"},
{:web_push_encryption,
git: "https://github.com/lanodan/elixir-web-push-encryption.git", branch: "bugfix/otp-24"},