From de90672f23678ccb10d433156671bc76265c836e Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Thu, 9 Mar 2023 05:18:40 -0500 Subject: [PATCH] Update discord --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 1c7b1e5..121e405 100644 --- a/flake.nix +++ b/flake.nix @@ -223,11 +223,11 @@ pname = "discord-electron"; binaryName = "DiscordCanary"; desktopName = "Discord (Wayland)"; - version = "0.0.148"; + version = "0.0.149"; src = pkgs.fetchurl { url = "https://dl-canary.discordapp.net/apps/linux/${version}/discord-canary-${version}.tar.gz"; - hash = "sha256-2ZrSDyPj3AHriCWZ/bb303H3J97TTun//WjmInNEmwk="; + hash = "sha256-8DHr7adczIv9FXaxPxSfZPn+8ogWLWHRp9l0JpKhoiY="; }; electron = pkgs.electron_22; };