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 bed81b8 commit b2f467bCopy full SHA for b2f467b
pkgs/applications/networking/instant-messengers/discord/default.nix
@@ -17,7 +17,7 @@ let
17
else
18
{
19
stable = "0.0.347";
20
- ptb = "0.0.173";
+ ptb = "0.0.174";
21
canary = "0.0.784";
22
development = "0.0.88";
23
};
@@ -48,7 +48,7 @@ let
48
49
ptb = fetchurl {
50
url = "https://ptb.dl2.discordapp.net/apps/osx/${version}/DiscordPTB.dmg";
51
- hash = "sha256-Fmh3EGjF3Xb2Vv39WEchrseo2t+4y1k+nLdb43GhJXI=";
+ hash = "sha256-/suI1rVJZE1z8wLfiD65p7IdBJsJnz8zX1A2xmMMDnc=";
52
53
canary = fetchurl {
54
url = "https://canary.dl2.discordapp.net/apps/osx/${version}/DiscordCanary.dmg";
0 commit comments