discord-canary: 0.0.300 -> 0.0.323

This commit is contained in:
jopejoe1 2024-03-22 20:31:48 +00:00
parent fcad0adb6a
commit fe21de388e
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ let
if stdenv.isLinux then {
stable = "0.0.45";
ptb = "0.0.76";
canary = "0.0.300";
canary = "0.0.323";
development = "0.0.16";
} else {
stable = "0.0.296";
@ -25,7 +25,7 @@ let
};
canary = fetchurl {
url = "https://dl-canary.discordapp.net/apps/linux/${version}/discord-canary-${version}.tar.gz";
hash = "sha256-GmPnc13LBBsMgTiUkOstL1u0l29NGUUQBQKTlXcJWsE=";
hash = "sha256-jhfg66zd5oADT84RDdoBXp8n9xGd1jNaX8hDRnJKFK0=";
};
development = fetchurl {
url = "https://dl-development.discordapp.net/apps/linux/${version}/discord-development-${version}.tar.gz";