summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorMark Felder <feld@FreeBSD.org>2020-12-12 13:04:16 -0600
committerMark Felder <feld@FreeBSD.org>2020-12-12 13:04:16 -0600
commit7d78c000493506f76f50641f52c9c651d99838c9 (patch)
tree140880475f8c67a3314bb4fe9e856d74ec84edbd /mix.exs
parentf2bf2131b4721eb579d248bfc4913a80801efcb7 (diff)
Majic: specify commit so source users do not get surprise updates
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs3
1 files changed, 2 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index 72a6346b5..3b18a6419 100644
--- a/mix.exs
+++ b/mix.exs
@@ -194,7 +194,8 @@ defmodule Pleroma.Mixfile do
ref: "e0f16822d578866e186a0974d65ad58cddc1e2ab"},
{:restarter, path: "./restarter"},
{:majic,
- git: "https://git.pleroma.social/pleroma/elixir-libraries/majic.git", branch: "develop"},
+ git: "https://git.pleroma.social/pleroma/elixir-libraries/majic.git",
+ ref: "4c692e544b28d1f5e543fb8a44be090f8cd96f80"},
{:open_api_spex,
git: "https://git.pleroma.social/pleroma/elixir-libraries/open_api_spex.git",
ref: "f296ac0924ba3cf79c7a588c4c252889df4c2edd"},