dendrite: 0.10.7 -> 0.10.8
This commit is contained in:
parent
e989ef9671
commit
7776a31612
1 changed files with 3 additions and 3 deletions
|
@ -3,16 +3,16 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "matrix-dendrite";
|
pname = "matrix-dendrite";
|
||||||
version = "0.10.7";
|
version = "0.10.8";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "matrix-org";
|
owner = "matrix-org";
|
||||||
repo = "dendrite";
|
repo = "dendrite";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-7A2HUGjWjqbLgoXKTQ1oEsoUMwFUvsaRVFvc7QwWTuE=";
|
sha256 = "sha256-D+hZWcywOCynGxMlJtsr5YaGxwRVGODNYO8jZROsGX8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorSha256 = "sha256-G2i5ZHyu71mSo4VCmJpHFjzlZrRmxHObEAc7/09/rA8=";
|
vendorSha256 = "sha256-mNvie0PP0758AndWQ629oY4/aFGwiG358NhwYHSdxEU=";
|
||||||
|
|
||||||
subPackages = [
|
subPackages = [
|
||||||
# The server as a monolith: https://matrix-org.github.io/dendrite/installation/install/monolith
|
# The server as a monolith: https://matrix-org.github.io/dendrite/installation/install/monolith
|
||||||
|
|
Loading…
Reference in a new issue