about summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorArtturin <Artturin@artturin.com>2024-04-21 14:43:31 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2024-04-22 12:59:07 +0000
commitbfc11101dd9f75879527df0c1b2a4f6f4737baf5 (patch)
tree215009ab91a93e9705a7da2d12631636e6b6b621 /pkgs/applications/networking
parent0d4cb79189a97939e7538ddd5c870434ad58fe94 (diff)
pkgsCross.aarch64-darwin.discord-canary: 0.0.468 -> 0.0.477
(cherry picked from commit eb11fbdab7e680b2304e4b874a8bbe4ca8bd6b02)
Diffstat (limited to 'pkgs/applications/networking')
-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 adffd962b8ba4..6db934cc7a4c1 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.301";
       ptb = "0.0.109";
-      canary = "0.0.468";
+      canary = "0.0.477";
       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-UOoXDwAa5pFukqTCmUfM89QVK5jB13id8ek/gwWajMM=";
+        hash = "sha256-xEDtEtZNhOTtz+zRLLQBSeLbntlVAVQsocAGyAaVePM=";
       };
       development = fetchurl {
         url = "https://dl-development.discordapp.net/apps/osx/${version}/DiscordDevelopment.dmg";