diff options
author | Lain Soykaf <lain@lain.com> | 2021-11-14 16:04:08 +0100 |
---|---|---|
committer | Lain Soykaf <lain@lain.com> | 2021-11-14 16:04:08 +0100 |
commit | 7dcc73f2944601df6021b5ea41672f0eda999524 (patch) | |
tree | 471d38aaebeaf35f35975c3e161ceea6a1bd3a1c /mix.exs | |
parent | 6b5c2d5f866f748c20417517035f4814955d01dd (diff) | |
download | pleroma-7dcc73f2944601df6021b5ea41672f0eda999524.tar.gz pleroma-7dcc73f2944601df6021b5ea41672f0eda999524.zip |
Mix: Update crypt to fix musl builds.
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"}, |