Skip to content

Commit 3817f78

Browse files
authored
dendrite: 0.14.0 -> 0.14.1 (NixOS#374365)
2 parents 34b8677 + 0dfe381 commit 3817f78

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/de/dendrite/package.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@
1111

1212
buildGoModule rec {
1313
pname = "matrix-dendrite";
14-
version = "0.14.0";
14+
version = "0.14.1";
1515

1616
src = fetchFromGitHub {
1717
owner = "element-hq";
1818
repo = "dendrite";
1919
rev = "v${version}";
20-
hash = "sha256-B8ODjhL2XuAkTjggqr7re3oJohDnq1mWgms5bZFV/AI=";
20+
hash = "sha256-b/kybHF9WcP88kQuG7LB0/pgflYUeWNqEHfUyKfUCIU=";
2121
};
2222

23-
vendorHash = "sha256-vLdSOSxIvfiVZfM7nRnKNwiklxHBSG7KybC35k4GcaQ=";
23+
vendorHash = "sha256-380xuwMD9gxrjUsLfO8R08wruyWZwjRhiIDmSc/FGwA=";
2424

2525
subPackages = [
2626
# The server

0 commit comments

Comments
 (0)