about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/discord
diff options
context:
space:
mode:
authorArtturin <Artturin@artturin.com>2023-12-15 17:14:40 +0000
committerArtturin <Artturin@artturin.com>2023-12-15 19:16:57 +0200
commit962ebfb94e6b887bd226973c77df8ca5c69157fb (patch)
treecd67b25469d21600c2cbd84b95e980627dad91ed /pkgs/applications/networking/instant-messengers/discord
parent13caeb6ce18e515959a5cf98d2abf0eb67a63205 (diff)
discord-ptb: 0.0.90 -> 0.0.91
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 042adf865d243..6ce5ca700ce5f 100644
--- a/pkgs/applications/networking/instant-messengers/discord/default.nix
+++ b/pkgs/applications/networking/instant-messengers/discord/default.nix
@@ -8,7 +8,7 @@ let
       development = "0.0.1";
     } else {
       stable = "0.0.289";
-      ptb = "0.0.90";
+      ptb = "0.0.91";
       canary = "0.0.365";
       development = "0.0.10";
     };
@@ -39,7 +39,7 @@ let
       };
       ptb = fetchurl {
         url = "https://dl-ptb.discordapp.net/apps/osx/${version}/DiscordPTB.dmg";
-        hash = "sha256-wOTgcHRUu/CjdnvQVNL+rkazhVbZjwI+UbfmsF6aveg=";
+        hash = "sha256-8pAoi8rAaHC17GxlDGEJxGX726qRe1LVMTQK6SngniM=";
       };
       canary = fetchurl {
         url = "https://dl-canary.discordapp.net/apps/osx/${version}/DiscordCanary.dmg";