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 be1e39b commit 145ca67Copy full SHA for 145ca67
pkgs/applications/networking/instant-messengers/discord/default.nix
@@ -16,7 +16,7 @@ let
16
}
17
else
18
{
19
- stable = "0.0.334";
+ stable = "0.0.335";
20
ptb = "0.0.157";
21
canary = "0.0.692";
22
development = "0.0.78";
@@ -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-8zAwOh1waRAQwW/RnjUJsOQJmYcCK5dZ10Ib08F7U08=";
+ hash = "sha256-TybjfJoWoOcpmBVPwIjTpzfhsMwzfxF5Gr2xEoHNKzk=";
48
};
49
ptb = fetchurl {
50
url = "https://ptb.dl2.discordapp.net/apps/osx/${version}/DiscordPTB.dmg";
0 commit comments