From 1fd775a9bd0577847b1c848e2808aa9364ff3098 Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Thu, 18 May 2023 21:55:39 -0400 Subject: [PATCH] Update discord --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 858068b..c355d4b 100644 --- a/flake.nix +++ b/flake.nix @@ -239,11 +239,11 @@ pname = "discord-electron"; binaryName = "DiscordCanary"; desktopName = "Discord (Wayland)"; - version = "0.0.151"; + version = "0.0.152"; src = pkgs.fetchurl { url = "https://dl-canary.discordapp.net/apps/linux/${version}/discord-canary-${version}.tar.gz"; - hash = "sha256-ZN+lEGtSajgYsyMoGRmyTZCpUGVmb9LKgVv89NA4m7U="; + hash = "sha256-AzUM9ns9F/YQJ4lJz+1XwPMm2xm5Zc0akac2kUYyNKA="; }; electron = pkgs.electron_22; };