We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 34b8677 + 0dfe381 commit 3817f78Copy full SHA for 3817f78
pkgs/by-name/de/dendrite/package.nix
@@ -11,16 +11,16 @@
11
12
buildGoModule rec {
13
pname = "matrix-dendrite";
14
- version = "0.14.0";
+ version = "0.14.1";
15
16
src = fetchFromGitHub {
17
owner = "element-hq";
18
repo = "dendrite";
19
rev = "v${version}";
20
- hash = "sha256-B8ODjhL2XuAkTjggqr7re3oJohDnq1mWgms5bZFV/AI=";
+ hash = "sha256-b/kybHF9WcP88kQuG7LB0/pgflYUeWNqEHfUyKfUCIU=";
21
};
22
23
- vendorHash = "sha256-vLdSOSxIvfiVZfM7nRnKNwiklxHBSG7KybC35k4GcaQ=";
+ vendorHash = "sha256-380xuwMD9gxrjUsLfO8R08wruyWZwjRhiIDmSc/FGwA=";
24
25
subPackages = [
26
# The server
0 commit comments