discord-ptb: 0.0.144 -> 0.0.146

This commit is contained in:
R. Ryantm 2025-05-31 13:55:07 +00:00
parent 910796cabe
commit 8c4be0e86d

View file

@ -10,7 +10,7 @@ let
if stdenv.hostPlatform.isLinux then if stdenv.hostPlatform.isLinux then
{ {
stable = "0.0.95"; stable = "0.0.95";
ptb = "0.0.144"; ptb = "0.0.146";
canary = "0.0.687"; canary = "0.0.687";
development = "0.0.75"; development = "0.0.75";
} }
@ -30,7 +30,7 @@ let
}; };
ptb = fetchurl { ptb = fetchurl {
url = "https://ptb.dl2.discordapp.net/apps/linux/${version}/discord-ptb-${version}.tar.gz"; url = "https://ptb.dl2.discordapp.net/apps/linux/${version}/discord-ptb-${version}.tar.gz";
hash = "sha256-URTBQ2YzkC8p7524RqR1OCqI3WkvtsClvd91RIWEQqU="; hash = "sha256-bcQsz6hhgtUD2j0MD3rEdFhsGJMQY1+yo19y/lLX+j8=";
}; };
canary = fetchurl { canary = fetchurl {
url = "https://canary.dl2.discordapp.net/apps/linux/${version}/discord-canary-${version}.tar.gz"; url = "https://canary.dl2.discordapp.net/apps/linux/${version}/discord-canary-${version}.tar.gz";