Merge pull request #254372 from yayayayaka/pleroma-2.5.5
pleroma: 2.5.4 -> 2.5.5
This commit is contained in:
@@ -7,14 +7,14 @@
|
|||||||
|
|
||||||
beamPackages.mixRelease rec {
|
beamPackages.mixRelease rec {
|
||||||
pname = "pleroma";
|
pname = "pleroma";
|
||||||
version = "2.5.4";
|
version = "2.5.5";
|
||||||
|
|
||||||
src = fetchFromGitLab {
|
src = fetchFromGitLab {
|
||||||
domain = "git.pleroma.social";
|
domain = "git.pleroma.social";
|
||||||
owner = "pleroma";
|
owner = "pleroma";
|
||||||
repo = "pleroma";
|
repo = "pleroma";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-V/q6qpQkdrtMLzihV/0d3B+QUWwG4cYy8c2jNd5npww=";
|
sha256 = "sha256-9gD39eHIQEd59UNlz/Sw7V7ekBvk/pHETfo8HzfdQDQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
@@ -175,7 +175,7 @@ beamPackages.mixRelease rec {
|
|||||||
description = "ActivityPub microblogging server";
|
description = "ActivityPub microblogging server";
|
||||||
homepage = "https://git.pleroma.social/pleroma/pleroma";
|
homepage = "https://git.pleroma.social/pleroma/pleroma";
|
||||||
license = licenses.agpl3;
|
license = licenses.agpl3;
|
||||||
maintainers = with maintainers; [ ninjatrappeur yuka kloenk ];
|
maintainers = with maintainers; [ ninjatrappeur yuka kloenk yayayayaka ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user