discord-canary: 0.0.151 -> 0.0.154

This commit is contained in:
R. Ryantm 2023-05-23 03:38:01 +00:00
parent 493c6d8505
commit 3869deb3ab

View File

@ -3,7 +3,7 @@ let
versions = if stdenv.isLinux then { versions = if stdenv.isLinux then {
stable = "0.0.27"; stable = "0.0.27";
ptb = "0.0.42"; ptb = "0.0.42";
canary = "0.0.151"; canary = "0.0.154";
development = "0.0.216"; development = "0.0.216";
} else { } else {
stable = "0.0.273"; stable = "0.0.273";
@ -24,7 +24,7 @@ let
}; };
canary = fetchurl { canary = fetchurl {
url = "https://dl-canary.discordapp.net/apps/linux/${version}/discord-canary-${version}.tar.gz"; url = "https://dl-canary.discordapp.net/apps/linux/${version}/discord-canary-${version}.tar.gz";
sha256 = "sha256-ZN+lEGtSajgYsyMoGRmyTZCpUGVmb9LKgVv89NA4m7U="; sha256 = "sha256-rtqPQZBrmxnHuXgzmC7VNiucXBBmtrn8AiKNDtxaR7c=";
}; };
development = fetchurl { development = fetchurl {
url = "https://dl-development.discordapp.net/apps/linux/${version}/discord-development-${version}.tar.gz"; url = "https://dl-development.discordapp.net/apps/linux/${version}/discord-development-${version}.tar.gz";