We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4e01ac0 + bc678c4 commit d564d45Copy full SHA for d564d45
pkgs/applications/networking/instant-messengers/discord/default.nix
@@ -9,7 +9,7 @@ let
9
versions =
10
if stdenv.hostPlatform.isLinux then
11
{
12
- stable = "0.0.84";
+ stable = "0.0.85";
13
ptb = "0.0.130";
14
canary = "0.0.585";
15
development = "0.0.68";
@@ -26,7 +26,7 @@ let
26
x86_64-linux = {
27
stable = fetchurl {
28
url = "https://stable.dl2.discordapp.net/apps/linux/${version}/discord-${version}.tar.gz";
29
- hash = "sha256-Gbxa8Yekjx8a3BkPBfUAdLW5gdnq3WMcwW3rzVgZjog=";
+ hash = "sha256-XxEiwekRXeO9+snvUuyz+dbrP3cyVYfI8i/n/u5SE7E=";
30
};
31
ptb = fetchurl {
32
url = "https://ptb.dl2.discordapp.net/apps/linux/${version}/discord-ptb-${version}.tar.gz";
0 commit comments