about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-06-22 06:02:19 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2024-06-28 16:01:38 +0000
commitf99273d2c035e1c0fad5d9363b0c826319fd947b (patch)
treeb99924d7595535a80b8fe6c2366b0a0afde3cde9 /pkgs
parent6bee008d05449ce8804f51b206f95f829461e635 (diff)
discord-canary: 0.0.422 -> 0.0.431
(cherry picked from commit b8877d07e8a2068b2f8718550b39ba2cc41eef1c)
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 d5496c104c001..a768eda8ad136 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.56";
       ptb = "0.0.90";
-      canary = "0.0.422";
+      canary = "0.0.431";
       development = "0.0.19";
     } else {
       stable = "0.0.307";
@@ -25,7 +25,7 @@ let
       };
       canary = fetchurl {
         url = "https://dl-canary.discordapp.net/apps/linux/${version}/discord-canary-${version}.tar.gz";
-        hash = "sha256-MTC079WTN0Vw57aLro1WkHRL09IKYjnUsfBAMiiHjI0=";
+        hash = "sha256-59Sv3U3osfk+QoXgorpqK7CU0nJBdpFOMkoGRgHN3v8=";
       };
       development = fetchurl {
         url = "https://dl-development.discordapp.net/apps/linux/${version}/discord-development-${version}.tar.gz";