tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
dendrite: 0.10.4 -> 0.10.5
R. Ryantm
3 years ago
b5113363
8fc819a6
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
servers
dendrite
default.nix
+3
-3
pkgs/servers/dendrite/default.nix
···
3
4
buildGoModule rec {
5
pname = "matrix-dendrite";
6
-
version = "0.10.4";
7
8
src = fetchFromGitHub {
9
owner = "matrix-org";
10
repo = "dendrite";
11
rev = "v${version}";
12
-
sha256 = "sha256-CJ83blu8xpXpcgIS7l2ya/2xJaPau5JaT4+PV+bAEhU=";
13
};
14
15
-
vendorSha256 = "sha256-i7lICrsQ5I5IFsrkey0jcJeYnRPAURTOGdYU+BCR+js=";
16
17
subPackages = [
18
# The server as a monolith: https://matrix-org.github.io/dendrite/installation/install/monolith
···
3
4
buildGoModule rec {
5
pname = "matrix-dendrite";
6
+
version = "0.10.5";
7
8
src = fetchFromGitHub {
9
owner = "matrix-org";
10
repo = "dendrite";
11
rev = "v${version}";
12
+
sha256 = "sha256-AU8Tb50HVODB2P9vObiIx4l+PxIFR+eQEgLi3wHWT64=";
13
};
14
15
+
vendorSha256 = "sha256-QqyLgxUB7MXR3SxUV0kYXH7fqQpwIc+G/2Y2ry1r4e4=";
16
17
subPackages = [
18
# The server as a monolith: https://matrix-org.github.io/dendrite/installation/install/monolith