From 4ba7614e304e97d110531921b9237a6a8f8a07b4 Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Mon, 12 Jun 2023 17:52:38 -0400 Subject: [PATCH] Update discord --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 341c544..2c45b35 100644 --- a/flake.nix +++ b/flake.nix @@ -253,11 +253,11 @@ pname = "discord-electron"; binaryName = "DiscordCanary"; desktopName = "Discord (Wayland)"; - version = "0.0.158"; + version = "0.0.159"; src = pkgs.fetchurl { url = "https://dl-canary.discordapp.net/apps/linux/${version}/discord-canary-${version}.tar.gz"; - hash = "sha256-vEkH8erhTP03/hU3TJqAULgaZMfTJl/zPrebEBa5ktA="; + hash = "sha256-rhfp07qojSDJoQayyEwzunHWOsXIR3S42vN4635KGDI="; }; electron = pkgs.electron_22; };