about summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorArtturin <Artturin@artturin.com>2024-04-28 22:58:42 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2024-04-29 07:25:11 +0000
commit389aed0334927ca35d4dfc9b9986da3545184c24 (patch)
treeb2a7259f7020eafce69f98c878abc1b8dacd8784 /pkgs/applications/networking
parentcb4e30d8565bf6e8f8c3cd55bb7be0eab6c694fe (diff)
discord-ptb: 0.0.80 -> 0.0.81
(cherry picked from commit 9511e7af23bbf4ad7f57f5cc5015232b007bd9b1)
Diffstat (limited to 'pkgs/applications/networking')
-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 a70b66e8f7155..61ea64dbe76cc 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.51";
-      ptb = "0.0.80";
+      ptb = "0.0.81";
       canary = "0.0.357";
       development = "0.0.17";
     } else {
@@ -21,7 +21,7 @@ let
       };
       ptb = fetchurl {
         url = "https://dl-ptb.discordapp.net/apps/linux/${version}/discord-ptb-${version}.tar.gz";
-        hash = "sha256-y/ntnHIYcY35Jszh0PrFy395eJ5dBWwLNpzHMoSZuNA=";
+        hash = "sha256-/kM23y4Hx/0HwIOQvd+4Y429s/6Q+coa27hgI2U3EcU=";
       };
       canary = fetchurl {
         url = "https://dl-canary.discordapp.net/apps/linux/${version}/discord-canary-${version}.tar.gz";