discord-ptb: 0.0.56 -> 0.0.59

This commit is contained in:
Yuriy Taraday 2023-12-11 15:37:18 +01:00
parent fdb90f8daf
commit 3dd2cdad9b

View File

@ -3,7 +3,7 @@ let
versions =
if stdenv.isLinux then {
stable = "0.0.37";
ptb = "0.0.56";
ptb = "0.0.59";
canary = "0.0.184";
development = "0.0.0";
} else {
@ -21,7 +21,7 @@ let
};
ptb = fetchurl {
url = "https://dl-ptb.discordapp.net/apps/linux/${version}/discord-ptb-${version}.tar.gz";
hash = "sha256-RDXApmhlu2aQTjWVXMyRp0CL29btsQufIPuxjjtJGIU=";
hash = "sha256-WhDEyRMjuy2e1N51tUj3v97Y0qWabCFPThaehadXFWs=";
};
canary = fetchurl {
url = "https://dl-canary.discordapp.net/apps/linux/${version}/discord-canary-${version}.tar.gz";