Merge pull request #313800 from yayayayaka/pleroma-2.6.3

pleroma: 2.6.2 -> 2.6.3
This commit is contained in:
Félix 2024-05-23 11:44:26 +02:00 committed by GitHub
commit 9fa2cfbcec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,14 +7,14 @@
beamPackages.mixRelease rec {
pname = "pleroma";
version = "2.6.2";
version = "2.6.3";
src = fetchFromGitLab {
domain = "git.pleroma.social";
owner = "pleroma";
repo = "pleroma";
rev = "v${version}";
sha256 = "sha256-KVB6e/B6DJbylpfR8QTZJ1GOJrAqF6shqoU/zIndi1U=";
sha256 = "sha256-ZiupcCu6ES/G9rsdNo5+JXOIPhb4CHT2YhKThWiLisw=";
};
patches = [