about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/discord/default.nix
diff options
context:
space:
mode:
authorArtturin <Artturin@artturin.com>2024-01-27 18:43:49 +0000
committerArtturin <Artturin@artturin.com>2024-01-27 20:45:19 +0200
commit2c1db09e9706ef240b422a5949aca9504ddaddc3 (patch)
tree92072bc898c8f3c6d8721a42a5931103fb9827dc /pkgs/applications/networking/instant-messengers/discord/default.nix
parenta1bd95850486c9c96181b4c86593b89a4f9ed982 (diff)
discord-ptb: 0.0.94 -> 0.0.96
Diffstat (limited to 'pkgs/applications/networking/instant-messengers/discord/default.nix')
-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 4be807a0a63c8..e17976f8c5b45 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.11";
     } else {
       stable = "0.0.292";
-      ptb = "0.0.94";
+      ptb = "0.0.96";
       canary = "0.0.394";
       development = "0.0.18";
     };
@@ -39,7 +39,7 @@ let
       };
       ptb = fetchurl {
         url = "https://dl-ptb.discordapp.net/apps/osx/${version}/DiscordPTB.dmg";
-        hash = "sha256-SUCVLCorwqQTkJs3UJguBYZwE1lrJgmZ9BU8fHIRgLE=";
+        hash = "sha256-dG0Wcx8X2+kzrpacFZmMCXfLsuLOLbDK4qVLAMzd4RA=";
       };
       canary = fetchurl {
         url = "https://dl-canary.discordapp.net/apps/osx/${version}/DiscordCanary.dmg";