dendrite: 0.10.4 -> 0.10.5

+3 -3
+3 -3
pkgs/servers/dendrite/default.nix
··· 3 3 4 4 buildGoModule rec { 5 5 pname = "matrix-dendrite"; 6 - version = "0.10.4"; 6 + version = "0.10.5"; 7 7 8 8 src = fetchFromGitHub { 9 9 owner = "matrix-org"; 10 10 repo = "dendrite"; 11 11 rev = "v${version}"; 12 - sha256 = "sha256-CJ83blu8xpXpcgIS7l2ya/2xJaPau5JaT4+PV+bAEhU="; 12 + sha256 = "sha256-AU8Tb50HVODB2P9vObiIx4l+PxIFR+eQEgLi3wHWT64="; 13 13 }; 14 14 15 - vendorSha256 = "sha256-i7lICrsQ5I5IFsrkey0jcJeYnRPAURTOGdYU+BCR+js="; 15 + vendorSha256 = "sha256-QqyLgxUB7MXR3SxUV0kYXH7fqQpwIc+G/2Y2ry1r4e4="; 16 16 17 17 subPackages = [ 18 18 # The server as a monolith: https://matrix-org.github.io/dendrite/installation/install/monolith