discord: 0.0.281 -> 0.0.282
This commit is contained in:
parent
2df8c660df
commit
5aa06e27cf
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ let
|
|||
canary = "0.0.173";
|
||||
development = "0.0.1";
|
||||
} else {
|
||||
stable = "0.0.281";
|
||||
stable = "0.0.282";
|
||||
ptb = "0.0.82";
|
||||
canary = "0.0.320";
|
||||
development = "0.0.2";
|
||||
|
@ -34,7 +34,7 @@ let
|
|||
x86_64-darwin = {
|
||||
stable = fetchurl {
|
||||
url = "https://dl.discordapp.net/apps/osx/${version}/Discord.dmg";
|
||||
hash = "sha256-Qxh9K0u99xfsVPJyAD3bFeZPxBXg2EeDyM+rbF80EC8=";
|
||||
hash = "sha256-3WeC+4W9+tpXNXqETorQfnE1HZWCqRkBqW0JM7whRCw=";
|
||||
};
|
||||
ptb = fetchurl {
|
||||
url = "https://dl-ptb.discordapp.net/apps/osx/${version}/DiscordPTB.dmg";
|
||||
|
|
Loading…
Reference in a new issue