summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorArtturin <Artturin@artturin.com>2023-11-17 23:23:19 +0000
committerArtturin <Artturin@artturin.com>2023-11-17 23:23:19 +0000
commit38f79ca1a5574c2975c1cbc726044b1ceece842d (patch)
treefe61bc3e8485aaa15074fe989fee12164e60c551 /pkgs/applications
parent7b84cf368019361259fc5fb53d2a2d6b8d43c51f (diff)
downloadnixpkgs-38f79ca1a5574c2975c1cbc726044b1ceece842d.tar
nixpkgs-38f79ca1a5574c2975c1cbc726044b1ceece842d.tar.gz
nixpkgs-38f79ca1a5574c2975c1cbc726044b1ceece842d.tar.bz2
nixpkgs-38f79ca1a5574c2975c1cbc726044b1ceece842d.tar.lz
nixpkgs-38f79ca1a5574c2975c1cbc726044b1ceece842d.tar.xz
nixpkgs-38f79ca1a5574c2975c1cbc726044b1ceece842d.tar.zst
nixpkgs-38f79ca1a5574c2975c1cbc726044b1ceece842d.zip
discord-ptb: 0.0.53 -> 0.0.56
Diffstat (limited to 'pkgs/applications')
-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 14042adf0bb..1831d9999b9 100644
--- a/pkgs/applications/networking/instant-messengers/discord/default.nix
+++ b/pkgs/applications/networking/instant-messengers/discord/default.nix
@@ -2,7 +2,7 @@
 let
   versions = if stdenv.isLinux then {
     stable = "0.0.35";
-    ptb = "0.0.53";
+    ptb = "0.0.56";
     canary = "0.0.173";
     development = "0.0.1";
   } else {
@@ -20,7 +20,7 @@ let
       };
       ptb = fetchurl {
         url = "https://dl-ptb.discordapp.net/apps/linux/${version}/discord-ptb-${version}.tar.gz";
-        hash = "sha256-g2NhwkfNi5Yf+n9vHq/MJ0kylPF3MPocgF/zYfCvoZM=";
+        hash = "sha256-RDXApmhlu2aQTjWVXMyRp0CL29btsQufIPuxjjtJGIU=";
       };
       canary = fetchurl {
         url = "https://dl-canary.discordapp.net/apps/linux/${version}/discord-canary-${version}.tar.gz";