about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/discord
diff options
context:
space:
mode:
authorArtturin <Artturin@artturin.com>2024-04-28 22:58:56 +0000
committerArtturin <Artturin@artturin.com>2024-04-28 22:58:56 +0000
commitce38e7a4afebcf07cc6fffedad45e7f156f9d787 (patch)
tree2f20862a8fd15075d772f315a625dc7d97cafa6e /pkgs/applications/networking/instant-messengers/discord
parent9511e7af23bbf4ad7f57f5cc5015232b007bd9b1 (diff)
discord-canary: 0.0.357 -> 0.0.369
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 dbc50d3d7548e..3d48032f07564 100644
--- a/pkgs/applications/networking/instant-messengers/discord/default.nix
+++ b/pkgs/applications/networking/instant-messengers/discord/default.nix
@@ -4,7 +4,7 @@ let
     if stdenv.isLinux then {
       stable = "0.0.51";
       ptb = "0.0.81";
-      canary = "0.0.357";
+      canary = "0.0.369";
       development = "0.0.17";
     } else {
       stable = "0.0.301";
@@ -25,7 +25,7 @@ let
       };
       canary = fetchurl {
         url = "https://dl-canary.discordapp.net/apps/linux/${version}/discord-canary-${version}.tar.gz";
-        hash = "sha256-sDwC5kPzAfvQmsrq6M/GPFtUaT9pNAEB4uGI5Mn3oXs=";
+        hash = "sha256-Ohfp5ypvdmjr5rYR1usdVoEuVwOALRozysIjT/v75Qs=";
       };
       development = fetchurl {
         url = "https://dl-development.discordapp.net/apps/linux/${version}/discord-development-${version}.tar.gz";