about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-10-19 18:09:25 +0000
committerGitHub <noreply@github.com>2022-10-19 18:09:25 +0000
commit958cbc7d51ec9a4bacafebee5f39f48ffd98e146 (patch)
tree2c0f7920788876c8909d69708fb9e014aac9b1b7 /pkgs/applications/networking/instant-messengers
parentbbaff9a043d0bea6eef68b7e87ee71caafe50d5c (diff)
parent9be64ddafffc65a8cdf6a9343e52d99f3d2899cd (diff)
Merge master into staging-next
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 6b720ab3f9bec..50d005302f5c5 100644
--- a/pkgs/applications/networking/instant-messengers/discord/default.nix
+++ b/pkgs/applications/networking/instant-messengers/discord/default.nix
@@ -3,7 +3,7 @@ let
   versions = if stdenv.isLinux then {
     stable = "0.0.20";
     ptb = "0.0.29";
-    canary = "0.0.139";
+    canary = "0.0.140";
   } else {
     stable = "0.0.264";
     ptb = "0.0.59";
@@ -22,7 +22,7 @@ let
       };
       canary = fetchurl {
         url = "https://dl-canary.discordapp.net/apps/linux/${version}/discord-canary-${version}.tar.gz";
-        sha256 = "sha256-/PfO0TWRxMrK+V1XkYmdaXQ6SfyJNBFETaR9oV90itI=";
+        sha256 = "sha256-AEbjkAMeOJ48RVgbVj35Rp26klCsCsDCX+VD5u1xCM0=";
       };
     };
     aarch64-darwin = {