about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorArtturin <Artturin@artturin.com>2024-04-28 23:00:40 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2024-04-29 07:25:11 +0000
commitbd69ce606587e256cbc318d763af8699bcdb04a5 (patch)
tree329e84ca22b9daedf332e03e056aee0481e3d821 /pkgs/applications
parent8ed58e76c566eb4bdbe7248fd2bfdfb1daca8750 (diff)
pkgsCross.aarch64-darwin.discord-canary: 0.0.477 -> 0.0.486
(cherry picked from commit 5c88cde0ba69605ce17fb99fc80b21d12c812eda)
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/networking/instant-messengers/discord/default.nix4
1 files 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 da138813cb4e1..6abe9c54417a7 100644
--- a/pkgs/applications/networking/instant-messengers/discord/default.nix
+++ b/pkgs/applications/networking/instant-messengers/discord/default.nix
@@ -9,7 +9,7 @@ let
     } else {
       stable = "0.0.302";
       ptb = "0.0.110";
-      canary = "0.0.477";
+      canary = "0.0.486";
       development = "0.0.39";
     };
   version = versions.${branch};
@@ -43,7 +43,7 @@ let
       };
       canary = fetchurl {
         url = "https://dl-canary.discordapp.net/apps/osx/${version}/DiscordCanary.dmg";
-        hash = "sha256-xEDtEtZNhOTtz+zRLLQBSeLbntlVAVQsocAGyAaVePM=";
+        hash = "sha256-c7KNWsV+pultD+HqRNonSOW9PCGx1AajCfnc94Dokwc=";
       };
       development = fetchurl {
         url = "https://dl-development.discordapp.net/apps/osx/${version}/DiscordDevelopment.dmg";