discord-canary: 0.0.502 -> 0.0.503

This commit is contained in:
DontEatOreo 2024-10-12 22:26:07 +03:00
parent d7c3bc45e5
commit ad01515d06
No known key found for this signature in database
GPG Key ID: 0DB5361BEEE530AB

View File

@ -11,7 +11,7 @@ let
{
stable = "0.0.71";
ptb = "0.0.111";
canary = "0.0.502";
canary = "0.0.503";
development = "0.0.30";
}
else
@ -34,7 +34,7 @@ let
};
canary = fetchurl {
url = "https://canary.dl2.discordapp.net/apps/linux/${version}/discord-canary-${version}.tar.gz";
hash = "sha256-2DE7p3eT/mVGC+ejnTcTEhF7sEWyhfUfzj0gYTh+6Dw=";
hash = "sha256-Z0dv/jM0RipRI73vO9O5qqE0xf8qJtljZ3Zjr0Tf/KA=";
};
development = fetchurl {
url = "https://development.dl2.discordapp.net/apps/linux/${version}/discord-development-${version}.tar.gz";