From 07fb4face077d4af5f78bee4e05d9df9b34d8be3 Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Sun, 30 Mar 2025 08:57:51 +0000 Subject: [PATCH] pkgsCross.aarch64-darwin.discord-ptb: 0.0.166 -> 0.0.167 --- .../networking/instant-messengers/discord/default.nix | 4 ++-- 1 file 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 c69d0a64e33f..ae91530439d1 100644 --- a/pkgs/applications/networking/instant-messengers/discord/default.nix +++ b/pkgs/applications/networking/instant-messengers/discord/default.nix @@ -17,7 +17,7 @@ let else { stable = "0.0.342"; - ptb = "0.0.166"; + ptb = "0.0.167"; canary = "0.0.727"; development = "0.0.84"; }; @@ -48,7 +48,7 @@ let }; ptb = fetchurl { url = "https://ptb.dl2.discordapp.net/apps/osx/${version}/DiscordPTB.dmg"; - hash = "sha256-/VvTAAeSS/hzdaLt9Fjj+g3lqRVwJ08nM6fJdP77L9c="; + hash = "sha256-7ueaVb7SrD/GOVCPvf/91CaTw2jtiV/XrIsTu2RHdOM="; }; canary = fetchurl { url = "https://canary.dl2.discordapp.net/apps/osx/${version}/DiscordCanary.dmg";