mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 04:13:01 +00:00
Merge pull request #203853 from r-ryantm/auto-update/dendrite
dendrite: 0.10.7 -> 0.10.8
This commit is contained in:
commit
e0725a1df2
@ -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 New Issue
Block a user