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