about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers
diff options
context:
space:
mode:
authorPol Dellaiera <pol.dellaiera@protonmail.com>2024-06-22 13:17:34 +0200
committerGitHub <noreply@github.com>2024-06-22 13:17:34 +0200
commit2bfd0d21712dbbc1e0d76c29d09d8aa3afead7e4 (patch)
tree1887596479ee635127d72bf86243924193919434 /pkgs/applications/networking/instant-messengers
parent50ba928137ae3ba3d3f2a1839565c63ebb1d6418 (diff)
parentb8877d07e8a2068b2f8718550b39ba2cc41eef1c (diff)
Merge pull request #321674 from r-ryantm/auto-update/discord-canary
discord-canary: 0.0.422 -> 0.0.431
Diffstat (limited to 'pkgs/applications/networking/instant-messengers')
-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 ec8bcb5a8d8eb..7c0d9c7b1e5a2 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";