about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/discord
diff options
context:
space:
mode:
authorDontEatOreo <57304299+DontEatOreo@users.noreply.github.com>2024-03-27 20:02:14 +0200
committerDontEatOreo <57304299+DontEatOreo@users.noreply.github.com>2024-03-27 20:02:14 +0200
commit60d5c00005150473b5c5d1dd6276eec311c264d1 (patch)
tree142c22acbd2196d4300c97f4ede0ff54e4a9cdfb /pkgs/applications/networking/instant-messengers/discord
parentb6f7ac6249a0ceb424b3d503b214f1dc3859952d (diff)
discord: 0.0.296 -> 0.0.298
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 56d07ce2daeaa..5a25a728a628d 100644
--- a/pkgs/applications/networking/instant-messengers/discord/default.nix
+++ b/pkgs/applications/networking/instant-messengers/discord/default.nix
@@ -7,10 +7,10 @@ let
       canary = "0.0.323";
       development = "0.0.16";
     } else {
-      stable = "0.0.296";
       ptb = "0.0.102";
       canary = "0.0.435";
       development = "0.0.31";
+      stable = "0.0.298";
     };
   version = versions.${branch};
   srcs = rec {
@@ -35,7 +35,7 @@ let
     x86_64-darwin = {
       stable = fetchurl {
         url = "https://dl.discordapp.net/apps/osx/${version}/Discord.dmg";
-        hash = "sha256-0bSyL/J2P1pVzv9pFTNSR3V2NkQcDTd74t8KT+WVd64=";
+        hash = "sha256-GlTebQ16sRgHdpB9+Jw7dn+KVZ6qIrAmWBSypTcoFmE=";
       };
       ptb = fetchurl {
         url = "https://dl-ptb.discordapp.net/apps/osx/${version}/DiscordPTB.dmg";