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.
1 parent 7913abb commit 2c6d1cbCopy full SHA for 2c6d1cb
pkgs/applications/networking/instant-messengers/discord/default.nix
@@ -11,7 +11,7 @@ let
11
{
12
stable = "0.0.95";
13
ptb = "0.0.144";
14
- canary = "0.0.678";
+ canary = "0.0.687";
15
development = "0.0.75";
16
}
17
else
@@ -34,7 +34,7 @@ let
34
};
35
canary = fetchurl {
36
url = "https://canary.dl2.discordapp.net/apps/linux/${version}/discord-canary-${version}.tar.gz";
37
- hash = "sha256-Z+pTuR5xZfbmucdx9aBti5diNp5oCpP1mu60mq7oPB8=";
+ hash = "sha256-OaDN+Qklxieo9xlP8qVeCwWzPBe6bLXoFUkMOFCoqPg=";
38
39
development = fetchurl {
40
url = "https://development.dl2.discordapp.net/apps/linux/${version}/discord-development-${version}.tar.gz";
0 commit comments