diff --git a/overlays/mautrix-discord.nix b/overlays/mautrix-discord.nix index 297d591..c5251ef 100644 --- a/overlays/mautrix-discord.nix +++ b/overlays/mautrix-discord.nix @@ -13,18 +13,18 @@ mautrix-discord = prev.buildGoModule rec { pname = "mautrix-discord"; - version = "0.3.0"; + version = "0.6.3"; src = prev.fetchFromGitHub { owner = "mautrix"; repo = "discord"; rev = "v${version}"; - hash = "sha256-Qlok8LnnuJYCmkDssyNRfrHSdBNi5J40cXJHX7xa4fI="; + hash = "sha256-hksnD1RWK83JjVIZsKeK8bQobNmzIbm9drgU0VjiqLs="; }; buildInputs = singleton prev.olm; - vendorSha256 = "sha256-OqMa4hpJLQRID8QxxX++lyFy/6b3Rg9GeQ7Qe+dsIkY="; + vendorSha256 = "sha256-+dmlJZPc2Tw9G64MeLPY5Rgml3UKEqAtgGI1ImRvMBU="; doCheck = false;