discord-ptb: 0.0.90 -> 0.0.91
This commit is contained in:
parent
13caeb6ce1
commit
962ebfb94e
@ -8,7 +8,7 @@ let
|
|||||||
development = "0.0.1";
|
development = "0.0.1";
|
||||||
} else {
|
} else {
|
||||||
stable = "0.0.289";
|
stable = "0.0.289";
|
||||||
ptb = "0.0.90";
|
ptb = "0.0.91";
|
||||||
canary = "0.0.365";
|
canary = "0.0.365";
|
||||||
development = "0.0.10";
|
development = "0.0.10";
|
||||||
};
|
};
|
||||||
@ -39,7 +39,7 @@ let
|
|||||||
};
|
};
|
||||||
ptb = fetchurl {
|
ptb = fetchurl {
|
||||||
url = "https://dl-ptb.discordapp.net/apps/osx/${version}/DiscordPTB.dmg";
|
url = "https://dl-ptb.discordapp.net/apps/osx/${version}/DiscordPTB.dmg";
|
||||||
hash = "sha256-wOTgcHRUu/CjdnvQVNL+rkazhVbZjwI+UbfmsF6aveg=";
|
hash = "sha256-8pAoi8rAaHC17GxlDGEJxGX726qRe1LVMTQK6SngniM=";
|
||||||
};
|
};
|
||||||
canary = fetchurl {
|
canary = fetchurl {
|
||||||
url = "https://dl-canary.discordapp.net/apps/osx/${version}/DiscordCanary.dmg";
|
url = "https://dl-canary.discordapp.net/apps/osx/${version}/DiscordCanary.dmg";
|
||||||
|
Loading…
Reference in New Issue
Block a user