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 0f1de95 commit 7db1167Copy full SHA for 7db1167
1 file changed
pkgs/applications/networking/instant-messengers/discord/default.nix
@@ -7,7 +7,7 @@ let
7
development = "0.0.232";
8
} else {
9
stable = "0.0.278";
10
- ptb = "0.0.59";
+ ptb = "0.0.77";
11
canary = "0.0.283";
12
development = "0.0.8778";
13
};
@@ -38,7 +38,7 @@ let
38
39
ptb = fetchurl {
40
url = "https://dl-ptb.discordapp.net/apps/osx/${version}/DiscordPTB.dmg";
41
- sha256 = "sha256-LS7KExVXkOv8O/GrisPMbBxg/pwoDXIOo1dK9wk1yB8=";
+ hash = "sha256-Dn+k51SyHpJ1C1gJx3ZLRzD/cdzhX9qANZU2KEn9lY0=";
42
43
canary = fetchurl {
44
url = "https://dl-canary.discordapp.net/apps/osx/${version}/DiscordCanary.dmg";
0 commit comments