discord-ptb: 0.0.74 -> 0.0.76

This commit is contained in:
jopejoe1 2024-03-22 20:31:26 +00:00
parent 6e4024f01c
commit fcad0adb6a
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ let
versions =
if stdenv.isLinux then {
stable = "0.0.45";
ptb = "0.0.74";
ptb = "0.0.76";
canary = "0.0.300";
development = "0.0.16";
} else {
@ -21,7 +21,7 @@ let
};
ptb = fetchurl {
url = "https://dl-ptb.discordapp.net/apps/linux/${version}/discord-ptb-${version}.tar.gz";
hash = "sha256-I466kZg4FE6oPem7wxR6Snd8V3nFF5hH70zlGTCcsZk=";
hash = "sha256-Gj6OLzkHrEQ2CeEQpICaAh1m13DpM2cpNVsebBJ0MVc=";
};
canary = fetchurl {
url = "https://dl-canary.discordapp.net/apps/linux/${version}/discord-canary-${version}.tar.gz";