about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers
diff options
context:
space:
mode:
authorArtturin <Artturin@artturin.com>2023-12-15 17:13:57 +0000
committerArtturin <Artturin@artturin.com>2023-12-15 19:16:54 +0200
commit13caeb6ce18e515959a5cf98d2abf0eb67a63205 (patch)
tree9eb98456cf85ff49da3dbd639aeeb3306efd56ce /pkgs/applications/networking/instant-messengers
parentac80181714b5a5d8378de85b06188b2cadadc96d (diff)
discord: 0.0.287 -> 0.0.289
Diffstat (limited to 'pkgs/applications/networking/instant-messengers')
-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 74e9f127566d1..042adf865d243 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.224";
       development = "0.0.1";
     } else {
-      stable = "0.0.287";
+      stable = "0.0.289";
       ptb = "0.0.90";
       canary = "0.0.365";
       development = "0.0.10";
@@ -35,7 +35,7 @@ let
     x86_64-darwin = {
       stable = fetchurl {
         url = "https://dl.discordapp.net/apps/osx/${version}/Discord.dmg";
-        hash = "sha256-DTkWrUgSYP98IVFTWcm4muRR91Kfvs5pBxc1tvPmj/s=";
+        hash = "sha256-3XaiaWdP7GSnMeR6yU5lfeumrVm6WpUmitVuSs+xAvE=";
       };
       ptb = fetchurl {
         url = "https://dl-ptb.discordapp.net/apps/osx/${version}/DiscordPTB.dmg";