From 4c4393dee8b09816f7e50f998208dc01f36a03bc Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Fri, 11 Jul 2025 16:36:40 +0000 Subject: [PATCH] pkgsCross.aarch64-darwin.discord: 0.0.350 -> 0.0.353 --- .../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 54df4dfcac5b..da370039c204 100644 --- a/pkgs/applications/networking/instant-messengers/discord/default.nix +++ b/pkgs/applications/networking/instant-messengers/discord/default.nix @@ -16,7 +16,7 @@ let } else { - stable = "0.0.350"; + stable = "0.0.353"; ptb = "0.0.179"; canary = "0.0.808"; development = "0.0.94"; @@ -44,7 +44,7 @@ let x86_64-darwin = { stable = fetchurl { url = "https://stable.dl2.discordapp.net/apps/osx/${version}/Discord.dmg"; - hash = "sha256-Giz0bE16v2Q2jULcnZMI1AY8zyjZ03hw4KVpDPJOmCo="; + hash = "sha256-qHOLhPhHwN0fy1KiJroJvshlYExBDsuna2PddjtNyEI="; }; ptb = fetchurl { url = "https://ptb.dl2.discordapp.net/apps/osx/${version}/DiscordPTB.dmg";