about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/discord
diff options
context:
space:
mode:
authorYuriy Taraday <yuriy.taraday@tweag.io>2023-12-11 15:38:00 +0100
committerYuriy Taraday <yuriy.taraday@tweag.io>2023-12-11 15:45:09 +0100
commit91976d3a92a6806a54b7e9779b52d40d76c83619 (patch)
tree19b7602851c40c2ed5e0044d0be342e24e2547c4 /pkgs/applications/networking/instant-messengers/discord
parent3dd2cdad9bbec20121fd4ea059530897a355ed5d (diff)
discord-canary: 0.0.184 -> 0.0.213
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 e72451db0577a..d2cb1c0422198 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.37";
       ptb = "0.0.59";
-      canary = "0.0.184";
+      canary = "0.0.213";
       development = "0.0.0";
     } else {
       stable = "0.0.284";
@@ -25,7 +25,7 @@ let
       };
       canary = fetchurl {
         url = "https://dl-canary.discordapp.net/apps/linux/${version}/discord-canary-${version}.tar.gz";
-        hash = "sha256-Pu0kei/ls9yrDEpRQcgDAaEkRbYkFmp/jTwOkljoy18=";
+        hash = "sha256-DGRq58Xj5p/7BunY/vFds9LVmxYOl9LcF8ESHrCLly4=";
       };
       development = fetchurl {
         url = "https://dl-development.discordapp.net/apps/linux/${version}/discord-development-${version}.tar.gz";