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 2c6d1cb commit bed81b8Copy full SHA for bed81b8
pkgs/applications/networking/instant-messengers/discord/default.nix
@@ -16,7 +16,7 @@ let
16
}
17
else
18
{
19
- stable = "0.0.345";
+ stable = "0.0.347";
20
ptb = "0.0.173";
21
canary = "0.0.784";
22
development = "0.0.88";
@@ -44,7 +44,7 @@ let
44
x86_64-darwin = {
45
stable = fetchurl {
46
url = "https://stable.dl2.discordapp.net/apps/osx/${version}/Discord.dmg";
47
- hash = "sha256-uyMcHV8dbCwKFQWy/s77KfEHKc+NiAq1X9Q0ih1ELLk=";
+ hash = "sha256-X9c5ruehxEd8FIdaQigiz7WGnh851BMqdo7Cz1wEb7Q=";
48
};
49
ptb = fetchurl {
50
url = "https://ptb.dl2.discordapp.net/apps/osx/${version}/DiscordPTB.dmg";
0 commit comments