diff options
author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2023-08-29 20:27:09 +0200 |
---|---|---|
committer | tusooa <tusooa@kazv.moe> | 2023-12-14 20:13:20 -0500 |
commit | 41f6e8f7f4ba6cd1a5e9ca7425afa71a42c1cce7 (patch) | |
tree | 53ab95aa58515abb4e6b77be836dbf17335eb9b2 /mix.exs | |
parent | 08839602bd730ca03630174970aa156d9aec21d4 (diff) | |
download | pleroma-41f6e8f7f4ba6cd1a5e9ca7425afa71a42c1cce7.tar.gz pleroma-41f6e8f7f4ba6cd1a5e9ca7425afa71a42c1cce7.zip |
mix: Bump elixir-captcha for system-CFLAGS
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -187,7 +187,7 @@ defmodule Pleroma.Mixfile do ref: "b647d0deecaa3acb140854fe4bda5b7e1dc6d1c8"}, {:captcha, git: "https://git.pleroma.social/pleroma/elixir-libraries/elixir-captcha.git", - ref: "e0f16822d578866e186a0974d65ad58cddc1e2ab"}, + ref: "90f6ce7672f70f56708792a98d98bd05176c9176"}, {:restarter, path: "./restarter"}, {:majic, "~> 1.0"}, {:eblurhash, |