discord-canary: 0.0.374 -> 0.0.379

This commit is contained in:
Artturin 2024-01-04 20:20:51 +00:00
parent 232ab68345
commit 3932ae8d29

View File

@ -9,7 +9,7 @@ let
} else {
stable = "0.0.290";
ptb = "0.0.93";
canary = "0.0.374";
canary = "0.0.379";
development = "0.0.15";
};
version = versions.${branch};
@ -43,7 +43,7 @@ let
};
canary = fetchurl {
url = "https://dl-canary.discordapp.net/apps/osx/${version}/DiscordCanary.dmg";
hash = "sha256-CiE33dAcX/aAjOncpX62KX+XfrRd5FgH8qQ2picwe6Q=";
hash = "sha256-iglS02KIcpgZIDx514QzEhqwT55XOPU+8aW0HSrjYCQ=";
};
development = fetchurl {
url = "https://dl-development.discordapp.net/apps/osx/${version}/DiscordDevelopment.dmg";