about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers
diff options
context:
space:
mode:
authorArtturi <Artturin@artturin.com>2024-03-03 23:14:58 +0200
committerGitHub <noreply@github.com>2024-03-03 23:14:58 +0200
commit473d9954f1ef57df40cf939bffc3a0c71f1a4387 (patch)
tree82adba5615f2eee6546f34fbaeb5547b2cf5b8f1 /pkgs/applications/networking/instant-messengers
parent8718f2432b9db0af6897e4ca67bb265982f8a150 (diff)
parent06a3e7e7722219cc613f6ffd12f21cd663691306 (diff)
Merge pull request #292821 from r-ryantm/auto-update/discord-ptb
discord-ptb: 0.0.71 -> 0.0.72
Diffstat (limited to 'pkgs/applications/networking/instant-messengers')
-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 8a19ec12c3084..3392aff89add6 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.43";
-      ptb = "0.0.71";
+      ptb = "0.0.72";
       canary = "0.0.285";
       development = "0.0.13";
     } else {
@@ -21,7 +21,7 @@ let
       };
       ptb = fetchurl {
         url = "https://dl-ptb.discordapp.net/apps/linux/${version}/discord-ptb-${version}.tar.gz";
-        hash = "sha256-VeCthWbZSfugwwLGrFz7/VqPy0gGUbu2pK/j4HHr16k=";
+        hash = "sha256-yZzQj8XOIk6Ccyn/o1PAZPlr43xrl8O2LLmwV+WO9Wg=";
       };
       canary = fetchurl {
         url = "https://dl-canary.discordapp.net/apps/linux/${version}/discord-canary-${version}.tar.gz";