discord-canary: 0.0.357 -> 0.0.369

This commit is contained in:
Artturin
2024-04-28 22:58:56 +00:00
parent 9511e7af23
commit ce38e7a4af
@@ -4,7 +4,7 @@ let
if stdenv.isLinux then {
stable = "0.0.51";
ptb = "0.0.81";
canary = "0.0.357";
canary = "0.0.369";
development = "0.0.17";
} else {
stable = "0.0.301";
@@ -25,7 +25,7 @@ let
};
canary = fetchurl {
url = "https://dl-canary.discordapp.net/apps/linux/${version}/discord-canary-${version}.tar.gz";
hash = "sha256-sDwC5kPzAfvQmsrq6M/GPFtUaT9pNAEB4uGI5Mn3oXs=";
hash = "sha256-Ohfp5ypvdmjr5rYR1usdVoEuVwOALRozysIjT/v75Qs=";
};
development = fetchurl {
url = "https://dl-development.discordapp.net/apps/linux/${version}/discord-development-${version}.tar.gz";