discord-ptb: 0.0.45 -> 0.0.46

This commit is contained in:
R. Ryantm 2023-09-15 04:01:46 +00:00
parent 08f615eb1b
commit 97b7aceef4

View File

@ -2,7 +2,7 @@
let
versions = if stdenv.isLinux then {
stable = "0.0.29";
ptb = "0.0.45";
ptb = "0.0.46";
canary = "0.0.166";
development = "0.0.232";
} else {
@ -20,7 +20,7 @@ let
};
ptb = fetchurl {
url = "https://dl-ptb.discordapp.net/apps/linux/${version}/discord-ptb-${version}.tar.gz";
sha256 = "cN70ZYl9hxWU5FSCpDbpOuR2Wsz6XtPSDoXOTvcCe7g=";
sha256 = "omPqp8iyQpp5UxoOlp0+iaQG6yuKVVGaYhl7I643dqQ=";
};
canary = fetchurl {
url = "https://dl-canary.discordapp.net/apps/linux/${version}/discord-canary-${version}.tar.gz";