Merge pull request #197217 from r-ryantm/auto-update/dendrite

dendrite: 0.10.3 -> 0.10.4
This commit is contained in:
Jörg Thalheim 2022-10-27 13:15:06 +02:00 committed by GitHub
commit 7666fffd19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,16 +3,16 @@
buildGoModule rec {
pname = "matrix-dendrite";
version = "0.10.3";
version = "0.10.4";
src = fetchFromGitHub {
owner = "matrix-org";
repo = "dendrite";
rev = "v${version}";
sha256 = "sha256-ziKVv5ql1gIAIYpsRCV9f9y711hYz24M1Z+mGWO1vqs=";
sha256 = "sha256-CJ83blu8xpXpcgIS7l2ya/2xJaPau5JaT4+PV+bAEhU=";
};
vendorSha256 = "sha256-p1UmHIM4h6oe5PRSPD8rtEJpwypTxN1IHzge0Me/9mQ=";
vendorSha256 = "sha256-i7lICrsQ5I5IFsrkey0jcJeYnRPAURTOGdYU+BCR+js=";
subPackages = [
# The server as a monolith: https://matrix-org.github.io/dendrite/installation/install/monolith