From ef7050a9d8354aa003a81e850479397fa53b6ae2 Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Mon, 22 May 2023 21:28:41 -0400 Subject: [PATCH] Update discord --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index ce7b881..ae49df5 100644 --- a/flake.nix +++ b/flake.nix @@ -239,11 +239,11 @@ pname = "discord-electron"; binaryName = "DiscordCanary"; desktopName = "Discord (Wayland)"; - version = "0.0.153"; + version = "0.0.154"; src = pkgs.fetchurl { url = "https://dl-canary.discordapp.net/apps/linux/${version}/discord-canary-${version}.tar.gz"; - hash = "sha256-ma+3OShBkb/PI/XERRJfjZ5l55/3dwIaNMnc+VJp9CM="; + hash = "sha256-rtqPQZBrmxnHuXgzmC7VNiucXBBmtrn8AiKNDtxaR7c="; }; electron = pkgs.electron_22; };