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

discord: 0.0.53 -> 0.0.54
This commit is contained in:
Pol Dellaiera 2024-05-16 21:36:11 +02:00 committed by GitHub
commit a044ce0674
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,7 @@
let
versions =
if stdenv.isLinux then {
stable = "0.0.53";
stable = "0.0.54";
ptb = "0.0.84";
canary = "0.0.382";
development = "0.0.18";
@ -17,7 +17,7 @@ let
x86_64-linux = {
stable = fetchurl {
url = "https://dl.discordapp.net/apps/linux/${version}/discord-${version}.tar.gz";
hash = "sha256-HD8bDFUV3YGk/t3Rbm26nXWDvUjjIf4ykdO6YGDtvTU=";
hash = "sha256-ruaotzJ+dvqNUV/e4xpJ1rorGiC4Im57BSSiddP8ZF8=";
};
ptb = fetchurl {
url = "https://dl-ptb.discordapp.net/apps/linux/${version}/discord-ptb-${version}.tar.gz";