about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorSefa Eyeoglu <contact@scrumplex.net>2023-09-26 21:59:43 +0200
committerSefa Eyeoglu <contact@scrumplex.net>2023-09-26 22:01:05 +0200
commit7db11673e68cad001d06805c8212a5ef104622d7 (patch)
tree3c876c5979b7c5f74f5efa4e97bdfc7f2659bb14 /pkgs/applications
parent0f1de953ff174af5e93aaff8e1733f4b6228a70e (diff)
downloadnixlib-7db11673e68cad001d06805c8212a5ef104622d7.tar
nixlib-7db11673e68cad001d06805c8212a5ef104622d7.tar.gz
nixlib-7db11673e68cad001d06805c8212a5ef104622d7.tar.bz2
nixlib-7db11673e68cad001d06805c8212a5ef104622d7.tar.lz
nixlib-7db11673e68cad001d06805c8212a5ef104622d7.tar.xz
nixlib-7db11673e68cad001d06805c8212a5ef104622d7.tar.zst
nixlib-7db11673e68cad001d06805c8212a5ef104622d7.zip
discord-ptb: 0.0.59 -> 0.0.77
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
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 92062587d529..8775fbea96cf 100644
--- a/pkgs/applications/networking/instant-messengers/discord/default.nix
+++ b/pkgs/applications/networking/instant-messengers/discord/default.nix
@@ -7,7 +7,7 @@ let
     development = "0.0.232";
   } else {
     stable = "0.0.278";
-    ptb = "0.0.59";
+    ptb = "0.0.77";
     canary = "0.0.283";
     development = "0.0.8778";
   };
@@ -38,7 +38,7 @@ let
       };
       ptb = fetchurl {
         url = "https://dl-ptb.discordapp.net/apps/osx/${version}/DiscordPTB.dmg";
-        sha256 = "sha256-LS7KExVXkOv8O/GrisPMbBxg/pwoDXIOo1dK9wk1yB8=";
+        hash = "sha256-Dn+k51SyHpJ1C1gJx3ZLRzD/cdzhX9qANZU2KEn9lY0=";
       };
       canary = fetchurl {
         url = "https://dl-canary.discordapp.net/apps/osx/${version}/DiscordCanary.dmg";