Merge pull request #294216 from r-ryantm/auto-update/discord-canary

discord-canary: 0.0.285 -> 0.0.294
This commit is contained in:
Peder Bergebakken Sundt 2024-03-11 10:47:03 +01:00 committed by GitHub
commit aabf0cf39a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,7 +4,7 @@ let
if stdenv.isLinux then {
stable = "0.0.44";
ptb = "0.0.72";
canary = "0.0.285";
canary = "0.0.294";
development = "0.0.13";
} else {
stable = "0.0.294";
@ -25,7 +25,7 @@ let
};
canary = fetchurl {
url = "https://dl-canary.discordapp.net/apps/linux/${version}/discord-canary-${version}.tar.gz";
hash = "sha256-dfBwe/YOzUUAfBrf51mNXtpyGL3Mp235e6TfQM4h04s=";
hash = "sha256-3D48+eg8hqToGepFdQznUTTUu37WRcZJ9kgG+wpxFAE=";
};
development = fetchurl {
url = "https://dl-development.discordapp.net/apps/linux/${version}/discord-development-${version}.tar.gz";