discord-canary: 0.0.394 -> 0.0.401

This commit is contained in:
Artturin 2024-01-27 18:44:26 +00:00
parent 2c1db09e97
commit cf5f65c931

View File

@ -9,7 +9,7 @@ let
} else {
stable = "0.0.292";
ptb = "0.0.96";
canary = "0.0.394";
canary = "0.0.401";
development = "0.0.18";
};
version = versions.${branch};
@ -43,7 +43,7 @@ let
};
canary = fetchurl {
url = "https://dl-canary.discordapp.net/apps/osx/${version}/DiscordCanary.dmg";
hash = "sha256-lgnZEkXxfn1L5QUBGXcKrIEL5kEehRIc0HF3WXgB8yo=";
hash = "sha256-fz/LDQJ/B8luN6Ffobp82hnycBOLg9Kdi0kXLGltCDc=";
};
development = fetchurl {
url = "https://dl-development.discordapp.net/apps/osx/${version}/DiscordDevelopment.dmg";