about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorArtturin <Artturin@artturin.com>2024-04-10 17:33:17 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2024-04-11 20:27:46 +0000
commitca651d843fdf51e9abf0a6b07eb8e5dbd02f493b (patch)
treeba4f203ab05675eef48a30af83f9cee5b51428fb /pkgs
parentf963265da831f37e9032939dc3b9542eb3d0e121 (diff)
discord-ptb: 0.0.76 -> 0.0.78
(cherry picked from commit 8d4d2b7f7a1d4f82ee5f0168109b2043bc6760d3)
Diffstat (limited to 'pkgs')
-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 4c027427022d2..e85a065b184f6 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";