about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/discord
diff options
context:
space:
mode:
authorwackbyte <wackbyte@pm.me>2022-02-11 19:40:13 -0500
committerwackbyte <wackbyte@pm.me>2022-02-11 19:40:13 -0500
commit3e5aee615b7f34743064d4f5e7b592f80e4fe8f6 (patch)
tree8ce4339d3d8454b74e1484cc64e62cb8385e5fac /pkgs/applications/networking/instant-messengers/discord
parent8bfdab35494d525d64ce371fe5d74da86100712a (diff)
discord-canary: 0.0.280 -> 0.0.283 (darwin)
Diffstat (limited to 'pkgs/applications/networking/instant-messengers/discord')
-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 a559d1d010636..83c137c960ad7 100644
--- a/pkgs/applications/networking/instant-messengers/discord/default.nix
+++ b/pkgs/applications/networking/instant-messengers/discord/default.nix
@@ -8,7 +8,7 @@ let
   } else {
     stable = "0.0.264";
     ptb = "0.0.59";
-    canary = "0.0.280";
+    canary = "0.0.283";
   };
   version = versions.${branch};
   srcs = let
@@ -43,7 +43,7 @@ let
       canary = fetchurl {
         url =
           "https://dl-canary.discordapp.net/apps/osx/${version}/DiscordCanary.dmg";
-        sha256 = "0ccchsywry68vv81pqzzxmh1r19lnvxr429iwvgfr9y82lyjvz06";
+        sha256 = "0mqpk1szp46mih95x42ld32rrspc6jx1j7qdaxf01whzb3d4pi9l";
       };
     };
     # Only PTB bundles a MachO Universal binary with ARM support.