diff --git a/flake.nix b/flake.nix index 30bf828..fe2a5f1 100644 --- a/flake.nix +++ b/flake.nix @@ -247,11 +247,11 @@ pname = "discord-electron"; binaryName = "DiscordCanary"; desktopName = "Discord (Wayland)"; - version = "0.0.154"; + version = "0.0.156"; src = pkgs.fetchurl { url = "https://dl-canary.discordapp.net/apps/linux/${version}/discord-canary-${version}.tar.gz"; - hash = "sha256-rtqPQZBrmxnHuXgzmC7VNiucXBBmtrn8AiKNDtxaR7c="; + hash = "sha256-W28AGQEeTkjZjRckEputN41wAPwyAm349uNlXYfZTCs="; }; electron = pkgs.electron_22; };