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

discord: 0.0.43 -> 0.0.44
This commit is contained in:
Pol Dellaiera 2024-03-10 14:27:32 +01:00 committed by GitHub
commit 8905661437
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.43";
stable = "0.0.44";
ptb = "0.0.72";
canary = "0.0.285";
development = "0.0.13";
@ -17,7 +17,7 @@ let
x86_64-linux = {
stable = fetchurl {
url = "https://dl.discordapp.net/apps/linux/${version}/discord-${version}.tar.gz";
hash = "sha256-DO8bS5luSKhKW6sJZhz4xVeIPexQVoaD4xYugHCN3uk=";
hash = "sha256-mzpir5Js3pDtuOK5bKocd74p0PcDnMpNpx8PpchE6FE=";
};
ptb = fetchurl {
url = "https://dl-ptb.discordapp.net/apps/linux/${version}/discord-ptb-${version}.tar.gz";