discord-canary: 0.0.213 -> 0.0.224

(cherry picked from commit ac80181714)
This commit is contained in:
Artturin
2023-12-15 17:11:22 +00:00
committed by github-actions[bot]
parent 68c4d741f8
commit bb59ddca92

View File

@@ -4,7 +4,7 @@ let
if stdenv.isLinux then {
stable = "0.0.38";
ptb = "0.0.61";
canary = "0.0.213";
canary = "0.0.224";
development = "0.0.1";
} else {
stable = "0.0.287";
@@ -25,7 +25,7 @@ let
};
canary = fetchurl {
url = "https://dl-canary.discordapp.net/apps/linux/${version}/discord-canary-${version}.tar.gz";
hash = "sha256-DGRq58Xj5p/7BunY/vFds9LVmxYOl9LcF8ESHrCLly4=";
hash = "sha256-SDF4woekFmy6VUqYTfSZi4aqtZ5ARgaex6+8qOMSHMQ=";
};
development = fetchurl {
url = "https://dl-development.discordapp.net/apps/linux/${version}/discord-development-${version}.tar.gz";