discord-ptb: 0.0.76 -> 0.0.78

This commit is contained in:
Artturin 2024-04-10 17:33:17 +00:00
parent 0d1cfb5efc
commit 8d4d2b7f7a

View File

@ -3,7 +3,7 @@ let
versions =
if stdenv.isLinux then {
stable = "0.0.49";
ptb = "0.0.76";
ptb = "0.0.78";
canary = "0.0.326";
development = "0.0.16";
} else {
@ -21,7 +21,7 @@ let
};
ptb = fetchurl {
url = "https://dl-ptb.discordapp.net/apps/linux/${version}/discord-ptb-${version}.tar.gz";
hash = "sha256-Gj6OLzkHrEQ2CeEQpICaAh1m13DpM2cpNVsebBJ0MVc=";
hash = "sha256-Fp94BsR6Fzy4tV+c5ToP9GKg6GC/TryGvHWLupew4Z8=";
};
canary = fetchurl {
url = "https://dl-canary.discordapp.net/apps/linux/${version}/discord-canary-${version}.tar.gz";