discord-ptb: 0.0.78 -> 0.0.80

This commit is contained in:
Artturin 2024-04-21 14:41:52 +00:00
parent 08cf70ce5a
commit 89b8f2e298
1 changed files with 2 additions and 2 deletions

View File

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