From 6fcfeebf68a1ec1c5fbfb69b434d3cdaa74aadd3 Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Sun, 2 Feb 2025 15:51:07 +0000 Subject: [PATCH] pkgsCross.aarch64-darwin.discord: 0.0.333 -> 0.0.334 --- .../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 349672205b0e..cb4a12b2755b 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.333"; + stable = "0.0.334"; ptb = "0.0.157"; canary = "0.0.686"; development = "0.0.78"; @@ -44,7 +44,7 @@ let x86_64-darwin = { stable = fetchurl { url = "https://stable.dl2.discordapp.net/apps/osx/${version}/Discord.dmg"; - hash = "sha256-ebPbTIiaZ2hMoJdVCax0hT2bLUFLj5fuIf2e74qLHns="; + hash = "sha256-8zAwOh1waRAQwW/RnjUJsOQJmYcCK5dZ10Ib08F7U08="; }; ptb = fetchurl { url = "https://ptb.dl2.discordapp.net/apps/osx/${version}/DiscordPTB.dmg";