about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-09-15 04:01:46 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-09-15 04:01:46 +0000
commit97b7aceef4bbe0917af1b42f92eb8ccc43cf54a6 (patch)
treed87f81db6130bbb42ea3a02c77d684ade0e3e293
parent08f615eb1b3c5cf7481996f29c6092c7c891b15b (diff)
discord-ptb: 0.0.45 -> 0.0.46
-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 8980eb8a13cc4..5d3f6869f40a6 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.29";
-    ptb = "0.0.45";
+    ptb = "0.0.46";
     canary = "0.0.166";
     development = "0.0.232";
   } else {
@@ -20,7 +20,7 @@ let
       };
       ptb = fetchurl {
         url = "https://dl-ptb.discordapp.net/apps/linux/${version}/discord-ptb-${version}.tar.gz";
-        sha256 = "cN70ZYl9hxWU5FSCpDbpOuR2Wsz6XtPSDoXOTvcCe7g=";
+        sha256 = "omPqp8iyQpp5UxoOlp0+iaQG6yuKVVGaYhl7I643dqQ=";
       };
       canary = fetchurl {
         url = "https://dl-canary.discordapp.net/apps/linux/${version}/discord-canary-${version}.tar.gz";