Unverified Commit d1ec027c authored by Ninjatrappeur's avatar Ninjatrappeur Committed by GitHub
Browse files

Merge pull request #254372 from yayayayaka/pleroma-2.5.5

pleroma: 2.5.4 -> 2.5.5
parents eb373a69 6192e58f
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -7,14 +7,14 @@

beamPackages.mixRelease rec {
  pname = "pleroma";
  version = "2.5.4";
  version = "2.5.5";

  src = fetchFromGitLab {
    domain = "git.pleroma.social";
    owner = "pleroma";
    repo = "pleroma";
    rev = "v${version}";
    sha256 = "sha256-V/q6qpQkdrtMLzihV/0d3B+QUWwG4cYy8c2jNd5npww=";
    sha256 = "sha256-9gD39eHIQEd59UNlz/Sw7V7ekBvk/pHETfo8HzfdQDQ=";
  };

  patches = [
@@ -175,7 +175,7 @@ beamPackages.mixRelease rec {
    description = "ActivityPub microblogging server";
    homepage = "https://git.pleroma.social/pleroma/pleroma";
    license = licenses.agpl3;
    maintainers = with maintainers; [ ninjatrappeur yuka kloenk ];
    maintainers = with maintainers; [ ninjatrappeur yuka kloenk yayayayaka ];
    platforms = platforms.unix;
  };
}