about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorArtturin <Artturin@artturin.com>2024-04-10 17:36:08 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2024-04-11 20:27:46 +0000
commit9e7c932c27f08130ce37f53f5f649d7486fd7e29 (patch)
tree7fd4d9f5be255ee9f107a64e31e5993385cab93b /pkgs
parente5fc724fd5d9dc254f9acadba19d945f882aed8c (diff)
pkgsCross.aarch64-darwin.discord-canary: 0.0.451 -> 0.0.468
(cherry picked from commit 4bde407c23943c488dd9ced58e0bc13b18fbbcfe)
Diffstat (limited to 'pkgs')
-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 72dbc4008ae60..05850a557f5de 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.300";
       ptb = "0.0.107";
-      canary = "0.0.451";
+      canary = "0.0.468";
       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-psVm0eXDHVBGNb/R0kHbvz/4ilyIg4xlOj/CwkwlvgM=";
+        hash = "sha256-UOoXDwAa5pFukqTCmUfM89QVK5jB13id8ek/gwWajMM=";
       };
       development = fetchurl {
         url = "https://dl-development.discordapp.net/apps/osx/${version}/DiscordDevelopment.dmg";