From 7ba77d04545f5704e1eea8f64a1da0d805056eb1 Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Sun, 28 Sep 2025 17:24:45 +0000 Subject: [PATCH] pkgsCross.aarch64-darwin.discord-ptb: 0.0.190 -> 0.0.192 --- .../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 fd67d9da892d..8e7b451373a1 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.362"; - ptb = "0.0.190"; + ptb = "0.0.192"; canary = "0.0.867"; development = "0.0.97"; }; @@ -48,7 +48,7 @@ let }; ptb = fetchurl { url = "https://ptb.dl2.discordapp.net/apps/osx/${version}/DiscordPTB.dmg"; - hash = "sha256-2Y95SW9b6SeZdeTUmIedAQYJ/5WylL4soGAbUSdDyuQ="; + hash = "sha256-AZ9enKJf6WZLELFLKrzeyAR/Q/pzD8SGvCPcInS8vsk="; }; canary = fetchurl { url = "https://canary.dl2.discordapp.net/apps/osx/${version}/DiscordCanary.dmg";