discord-ptb: 0.0.63 -> 0.0.64

This commit is contained in:
Artturin
2024-01-06 19:52:35 +00:00
parent c748261691
commit 8beaf0722c
@@ -3,7 +3,7 @@ let
versions =
if stdenv.isLinux then {
stable = "0.0.39";
ptb = "0.0.63";
ptb = "0.0.64";
canary = "0.0.233";
development = "0.0.7";
} else {
@@ -21,7 +21,7 @@ let
};
ptb = fetchurl {
url = "https://dl-ptb.discordapp.net/apps/linux/${version}/discord-ptb-${version}.tar.gz";
hash = "sha256-yJ+EGFpTD0GP9rK4WM6wRZ6HP+zfQ0l3tMHMnNNym5g=";
hash = "sha256-loA/RdT6Y5c6Upius+vO/383FrutsJEYS/1uiR0gfqo=";
};
canary = fetchurl {
url = "https://dl-canary.discordapp.net/apps/linux/${version}/discord-canary-${version}.tar.gz";