pleroma: 2.5.5 -> 2.6.0

Changelog: https://git.pleroma.social/pleroma/pleroma/-/releases/v2.6.0
This commit is contained in:
Félix Baylac Jacqué 2023-11-02 07:37:26 +01:00
parent 686a5fca36
commit 90d39e46f0
2 changed files with 365 additions and 337 deletions

View file

@ -7,14 +7,14 @@
beamPackages.mixRelease rec {
pname = "pleroma";
version = "2.5.5";
version = "2.6.0";
src = fetchFromGitLab {
domain = "git.pleroma.social";
owner = "pleroma";
repo = "pleroma";
rev = "v${version}";
sha256 = "sha256-9gD39eHIQEd59UNlz/Sw7V7ekBvk/pHETfo8HzfdQDQ=";
sha256 = "sha256-VFyFQ3c4EEbQAj3bUgjWbmpCyugcpfz0phgBz0ZUB/Q=";
};
patches = [
@ -26,17 +26,6 @@ beamPackages.mixRelease rec {
overrides = final: prev: {
# mix2nix does not support git dependencies yet,
# so we need to add them manually
gettext = beamPackages.buildMix rec {
name = "gettext";
version = "0.19.1";
src = fetchFromGitHub {
owner = "tusooa";
repo = "gettext";
rev = "72fb2496b6c5280ed911bdc3756890e7f38a4808";
sha256 = "sha256-V0qmE+LcAbVoWsJmWE4fwrduYFIZ5BzK/sGzgLY3eH0=";
};
};
prometheus_ex = beamPackages.buildMix rec {
name = "prometheus_ex";
version = "3.0.5";

File diff suppressed because it is too large Load diff