discord-ptb: 0.0.91 -> 0.0.93

This commit is contained in:
Artturin 2024-01-04 20:20:20 +00:00
parent 63573642e6
commit 232ab68345

View File

@ -8,7 +8,7 @@ let
development = "0.0.7"; development = "0.0.7";
} else { } else {
stable = "0.0.290"; stable = "0.0.290";
ptb = "0.0.91"; ptb = "0.0.93";
canary = "0.0.374"; canary = "0.0.374";
development = "0.0.15"; development = "0.0.15";
}; };
@ -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-8pAoi8rAaHC17GxlDGEJxGX726qRe1LVMTQK6SngniM="; hash = "sha256-FEoxNiqDz0OivDoJzX1wnr69cJhz53sg7nb4iqiS1uQ=";
}; };
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";