From 0f38240de752755fecbe3494fe79ca7eb82f0b82 Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Fri, 11 Jul 2025 16:38:23 +0000 Subject: [PATCH] pkgsCross.aarch64-darwin.discord-ptb: 0.0.179 -> 0.0.181 --- .../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 da370039c204..bde834bd33a6 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.353"; - ptb = "0.0.179"; + ptb = "0.0.181"; canary = "0.0.808"; development = "0.0.94"; }; @@ -48,7 +48,7 @@ let }; ptb = fetchurl { url = "https://ptb.dl2.discordapp.net/apps/osx/${version}/DiscordPTB.dmg"; - hash = "sha256-tGE7HAcWLpGlv5oXO7NEELdRtNfbhlpQeNc5zB7ba1A="; + hash = "sha256-Q153X08crRpXZMMgNDYbADHnL7MiBPCakJxQe8Pl0Uo="; }; canary = fetchurl { url = "https://canary.dl2.discordapp.net/apps/osx/${version}/DiscordCanary.dmg";