From 8043b025b5a008312c1013cc99cd79eff6ab9ade Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Sun, 9 Feb 2025 13:58:48 +0000 Subject: [PATCH] pkgsCross.aarch64-darwin.discord-ptb: 0.0.157 -> 0.0.159 --- .../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 9485db4a1b6d..036257c20521 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.335"; - ptb = "0.0.157"; + ptb = "0.0.159"; canary = "0.0.692"; development = "0.0.78"; }; @@ -48,7 +48,7 @@ let }; ptb = fetchurl { url = "https://ptb.dl2.discordapp.net/apps/osx/${version}/DiscordPTB.dmg"; - hash = "sha256-bZ9LVthjBib/yRfDTIXBNKDulWhW35HOdSDyEyjyLyA="; + hash = "sha256-ZokyBmeMKlP45c7q17Xbyc1prpPXtIgZJ2LK1NXBU/4="; }; canary = fetchurl { url = "https://canary.dl2.discordapp.net/apps/osx/${version}/DiscordCanary.dmg";