about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers
diff options
context:
space:
mode:
authorArtturi <Artturin@artturin.com>2022-10-19 17:42:57 +0300
committerGitHub <noreply@github.com>2022-10-19 17:42:57 +0300
commitc4705c539240dc355896a82cba83a6e2ba3d0f8f (patch)
tree3447e89aea33068303ef05b35a88cc1b0898f043 /pkgs/applications/networking/instant-messengers
parent6629f531c06ce588c6f96d2ebbfebec4127f215f (diff)
parent744c68ec33dd792901a88dd9a86bee72c968f85e (diff)
Merge pull request #196699 from Infinidoge/bump/discord-canary
discord-canary: 0.0.139 -> 0.0.140
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 = {