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 145ca67 commit 8043b02Copy full SHA for 8043b02
pkgs/applications/networking/instant-messengers/discord/default.nix
@@ -17,7 +17,7 @@ let
17
else
18
{
19
stable = "0.0.335";
20
- ptb = "0.0.157";
+ ptb = "0.0.159";
21
canary = "0.0.692";
22
development = "0.0.78";
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-bZ9LVthjBib/yRfDTIXBNKDulWhW35HOdSDyEyjyLyA=";
+ hash = "sha256-ZokyBmeMKlP45c7q17Xbyc1prpPXtIgZJ2LK1NXBU/4=";
52
53
canary = fetchurl {
54
url = "https://canary.dl2.discordapp.net/apps/osx/${version}/DiscordCanary.dmg";
0 commit comments