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

discord-canary: 0.0.257 -> 0.0.265
This commit is contained in:
Artturi 2024-02-01 15:23:14 +02:00 committed by GitHub
commit 730ac9dc54
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.42";
ptb = "0.0.66";
canary = "0.0.257";
canary = "0.0.265";
development = "0.0.11";
} else {
stable = "0.0.292";
@ -25,7 +25,7 @@ let
};
canary = fetchurl {
url = "https://dl-canary.discordapp.net/apps/linux/${version}/discord-canary-${version}.tar.gz";
hash = "sha256-2AUCTWKEB4cy2tFfnJMn8Ywz1B8a3H6yhkVIcB0fLME=";
hash = "sha256-uIo12mTFyvCyxazquLu2YlAbCqzQSBIY6O5AmC9hMpE=";
};
development = fetchurl {
url = "https://dl-development.discordapp.net/apps/linux/${version}/discord-development-${version}.tar.gz";