about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/discord
diff options
context:
space:
mode:
authorjopejoe1 <johannes@joens.email>2024-03-22 20:31:26 +0000
committerjopejoe1 <johannes@joens.email>2024-03-22 20:31:26 +0000
commitfcad0adb6a5614b55f70c28543247bde95fb5363 (patch)
tree7a1476e0e47d64624cc583c2fe1a350605f3721c /pkgs/applications/networking/instant-messengers/discord
parent6e4024f01c4dee34ccc3f5193dd1fe3efae0ddde (diff)
discord-ptb: 0.0.74 -> 0.0.76
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 2a0b0a0e0717c..33fd18a4641be 100644
--- a/pkgs/applications/networking/instant-messengers/discord/default.nix
+++ b/pkgs/applications/networking/instant-messengers/discord/default.nix
@@ -3,7 +3,7 @@ let
   versions =
     if stdenv.isLinux then {
       stable = "0.0.45";
-      ptb = "0.0.74";
+      ptb = "0.0.76";
       canary = "0.0.300";
       development = "0.0.16";
     } else {
@@ -21,7 +21,7 @@ let
       };
       ptb = fetchurl {
         url = "https://dl-ptb.discordapp.net/apps/linux/${version}/discord-ptb-${version}.tar.gz";
-        hash = "sha256-I466kZg4FE6oPem7wxR6Snd8V3nFF5hH70zlGTCcsZk=";
+        hash = "sha256-Gj6OLzkHrEQ2CeEQpICaAh1m13DpM2cpNVsebBJ0MVc=";
       };
       canary = fetchurl {
         url = "https://dl-canary.discordapp.net/apps/linux/${version}/discord-canary-${version}.tar.gz";