discord-canary: 0.0.326 -> 0.0.346

This commit is contained in:
Artturin 2024-04-10 17:33:39 +00:00
parent 8d4d2b7f7a
commit 1fdc06c13b
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ let
if stdenv.isLinux then {
stable = "0.0.49";
ptb = "0.0.78";
canary = "0.0.326";
canary = "0.0.346";
development = "0.0.16";
} else {
stable = "0.0.298";
@ -25,7 +25,7 @@ let
};
canary = fetchurl {
url = "https://dl-canary.discordapp.net/apps/linux/${version}/discord-canary-${version}.tar.gz";
hash = "sha256-MxiFhd7tLvL1tBRc451qjCFZlmGM8IolckExp0sR3y8=";
hash = "sha256-/FBVo3ptZk2YQPoq+VpyxMlSWYlVb8ChpKW5YH/BM7U=";
};
development = fetchurl {
url = "https://dl-development.discordapp.net/apps/linux/${version}/discord-development-${version}.tar.gz";