summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/networking/instant-messengers/discord
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-02-03 18:32:42 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-02-03 18:32:42 +0000
commita1066c41c43a5f08ff5cb87aba1b2d7ffa878e13 (patch)
treed3488e378d389026f1b110afce61d2c23ee5e391 /pkgs/applications/networking/instant-messengers/discord
parentce18482c53e07b8571d17cb088e43ffc962f835a (diff)
discord-canary: 0.0.145 -> 0.0.146
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 a6d7bf7276e3..fdfb992192b3 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.24";
ptb = "0.0.38";
- canary = "0.0.145";
+ canary = "0.0.146";
} 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-TF+7SnCTsbh+Z8AeEESEFVLSpD3c5HOAwpU1UBuB1BU=";
+ sha256 = "sha256-5GiG+RGqwHUdIeSVWpbaIw3sTuZbvIQeetXSEvSqTls=";
};
};
x86_64-darwin = {