about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/discord
diff options
context:
space:
mode:
authorArtturin <Artturin@artturin.com>2024-04-10 17:33:17 +0000
committerArtturin <Artturin@artturin.com>2024-04-10 17:33:17 +0000
commit8d4d2b7f7a1d4f82ee5f0168109b2043bc6760d3 (patch)
tree38cb562beb60a39c0e4d4431671c65da64ced9b5 /pkgs/applications/networking/instant-messengers/discord
parent0d1cfb5efcd4de9eb01770b66e3507ba1faf9dbe (diff)
discord-ptb: 0.0.76 -> 0.0.78
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 6e957f52223af..254577d1b21de 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.49";
-      ptb = "0.0.76";
+      ptb = "0.0.78";
       canary = "0.0.326";
       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-Gj6OLzkHrEQ2CeEQpICaAh1m13DpM2cpNVsebBJ0MVc=";
+        hash = "sha256-Fp94BsR6Fzy4tV+c5ToP9GKg6GC/TryGvHWLupew4Z8=";
       };
       canary = fetchurl {
         url = "https://dl-canary.discordapp.net/apps/linux/${version}/discord-canary-${version}.tar.gz";