discord-ptb: 0.0.53 -> 0.0.56

This commit is contained in:
Artturin 2023-11-17 23:23:19 +00:00
parent 7b84cf3680
commit 38f79ca1a5

View File

@ -2,7 +2,7 @@
let
versions = if stdenv.isLinux then {
stable = "0.0.35";
ptb = "0.0.53";
ptb = "0.0.56";
canary = "0.0.173";
development = "0.0.1";
} else {
@ -20,7 +20,7 @@ let
};
ptb = fetchurl {
url = "https://dl-ptb.discordapp.net/apps/linux/${version}/discord-ptb-${version}.tar.gz";
hash = "sha256-g2NhwkfNi5Yf+n9vHq/MJ0kylPF3MPocgF/zYfCvoZM=";
hash = "sha256-RDXApmhlu2aQTjWVXMyRp0CL29btsQufIPuxjjtJGIU=";
};
canary = fetchurl {
url = "https://dl-canary.discordapp.net/apps/linux/${version}/discord-canary-${version}.tar.gz";