dendrite: 0.11.0 -> 0.11.1

This commit is contained in:
Azat Bahawi 2023-02-10 20:57:13 +03:00
parent 0a598d6ea5
commit 4efb17b50b
No known key found for this signature in database
GPG key ID: C8C6BDDB3847F72B

View file

@ -3,16 +3,16 @@
buildGoModule rec {
pname = "matrix-dendrite";
version = "0.11.0";
version = "0.11.1";
src = fetchFromGitHub {
owner = "matrix-org";
repo = "dendrite";
rev = "v${version}";
sha256 = "sha256-EJUHpV+ZsMMSMsJGhF0Atblksg5rgI3a2qcRxLyZP38=";
hash = "sha256-+REY5an0gTbADEozCI6bkUWbW9VWTtWZ4xXj9qcIkwc=";
};
vendorHash = "sha256-Ygd5wC4j0kAbEMMVct5WXZvkcYSqqK8d7ZZ9CDU1RHU=";
vendorHash = "sha256-/O7zzXYM03K+MresuXIHtgMuD9yS2+NIaLEnm/WRYeA=";
subPackages = [
# The server as a monolith: https://matrix-org.github.io/dendrite/installation/install/monolith