diff --git a/home-manager/linux/programs/communications.nix b/home-manager/linux/programs/communications.nix index e3b65ba..9231089 100644 --- a/home-manager/linux/programs/communications.nix +++ b/home-manager/linux/programs/communications.nix @@ -23,11 +23,11 @@ pname = "discord-electron"; binaryName = "Discord"; desktopName = "Discord (Wayland)"; - version = "0.0.20"; + version = "0.0.21"; src = fetchurl { url = "https://dl.discordapp.net/apps/linux/${version}/discord-${version}.tar.gz"; - hash = "sha256-3f7yuxigEF3e8qhCetCHKBtV4XUHsx/iYiaCCXjspYw="; + hash = "sha256-KDKUssPRrs/D10s5GhJ23hctatQmyqd27xS9nU7iNaM="; }; electron = pkgs.electron_13; };