about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/discord
diff options
context:
space:
mode:
authorYuriy Taraday <yuriy.taraday@tweag.io>2023-12-11 15:39:44 +0100
committerYuriy Taraday <yuriy.taraday@tweag.io>2023-12-11 15:45:10 +0100
commitb6649b51c1efce823fae64c16bb190b88e1db9df (patch)
tree4beffcc606f503fb98de39d5ee92d7eb89d81e9e /pkgs/applications/networking/instant-messengers/discord
parentee0d586f8c8b4e67a4135ffd49e8e29c13286f6d (diff)
discord: 0.0.284 -> 0.0.287
Diffstat (limited to 'pkgs/applications/networking/instant-messengers/discord')
-rw-r--r--pkgs/applications/networking/instant-messengers/discord/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/instant-messengers/discord/default.nix b/pkgs/applications/networking/instant-messengers/discord/default.nix
index 1e192d8d5acec..2c4320bcce979 100644
--- a/pkgs/applications/networking/instant-messengers/discord/default.nix
+++ b/pkgs/applications/networking/instant-messengers/discord/default.nix
@@ -7,7 +7,7 @@ let
       canary = "0.0.213";
       development = "0.0.1";
     } else {
-      stable = "0.0.284";
+      stable = "0.0.287";
       ptb = "0.0.87";
       canary = "0.0.340";
       development = "0.0.2";
@@ -35,7 +35,7 @@ let
     x86_64-darwin = {
       stable = fetchurl {
         url = "https://dl.discordapp.net/apps/osx/${version}/Discord.dmg";
-        hash = "sha256-TTzhc6P0hFG9BFMviNx8CCg1cVEKDiB3gtb8oR/slNA=";
+        hash = "sha256-DTkWrUgSYP98IVFTWcm4muRR91Kfvs5pBxc1tvPmj/s=";
       };
       ptb = fetchurl {
         url = "https://dl-ptb.discordapp.net/apps/osx/${version}/DiscordPTB.dmg";