discord: various updates (#352190)

* discord-canary: 0.0.508 -> 0.0.509

* discord-ptb: 0.0.112 -> 0.0.113

* discord-development: 0.0.32 -> 0.0.33

* pkgsCross.aarch64-darwin.discord-canary: 0.0.617 -> 0.0.618

* pkgsCross.aarch64-darwin.discord-ptb: 0.0.142 -> 0.0.143
This commit is contained in:
Johannes Jöns 2024-10-30 04:20:08 +00:00 committed by GitHub
parent ac6163888c
commit 52a9f2036e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,15 +10,15 @@ let
if stdenv.hostPlatform.isLinux then if stdenv.hostPlatform.isLinux then
{ {
stable = "0.0.72"; stable = "0.0.72";
ptb = "0.0.112"; ptb = "0.0.113";
canary = "0.0.508"; canary = "0.0.509";
development = "0.0.32"; development = "0.0.33";
} }
else else
{ {
stable = "0.0.323"; stable = "0.0.323";
ptb = "0.0.142"; ptb = "0.0.143";
canary = "0.0.617"; canary = "0.0.618";
development = "0.0.55"; development = "0.0.55";
}; };
version = versions.${branch}; version = versions.${branch};
@ -30,15 +30,15 @@ let
}; };
ptb = fetchurl { ptb = fetchurl {
url = "https://ptb.dl2.discordapp.net/apps/linux/${version}/discord-ptb-${version}.tar.gz"; url = "https://ptb.dl2.discordapp.net/apps/linux/${version}/discord-ptb-${version}.tar.gz";
hash = "sha256-wJIVKrP+F6IKeE7rT8vAmWRTtvWj9h3vKJDsPu8x2kQ="; hash = "sha256-1Rhn6pH6KvuhGNTymBK01tA78it7JXekG48XvRZQOiA=";
}; };
canary = fetchurl { canary = fetchurl {
url = "https://canary.dl2.discordapp.net/apps/linux/${version}/discord-canary-${version}.tar.gz"; url = "https://canary.dl2.discordapp.net/apps/linux/${version}/discord-canary-${version}.tar.gz";
hash = "sha256-zvjIVXZtYl9GdDCvKyuU+9+rNhRX4fGLpw9jPKEpFCs="; hash = "sha256-jLAeix6IQ6rqOM8NKNryEeswB5VSzc1lIEI7X7Nrc68=";
}; };
development = fetchurl { development = fetchurl {
url = "https://development.dl2.discordapp.net/apps/linux/${version}/discord-development-${version}.tar.gz"; url = "https://development.dl2.discordapp.net/apps/linux/${version}/discord-development-${version}.tar.gz";
hash = "sha256-Ec2kdoVA5NImT4afXi4GZ9GQF8NjT+h7qM7K3w3qrjU="; hash = "sha256-A87sVmaYRjRi0Q9IrXuQBr+yC+FtGgZA2L/9V4WuYbU=";
}; };
}; };
x86_64-darwin = { x86_64-darwin = {
@ -48,11 +48,11 @@ let
}; };
ptb = fetchurl { ptb = fetchurl {
url = "https://ptb.dl2.discordapp.net/apps/osx/${version}/DiscordPTB.dmg"; url = "https://ptb.dl2.discordapp.net/apps/osx/${version}/DiscordPTB.dmg";
hash = "sha256-69ioQKRoQ1RTO39BdVppOuwQb/6ylnSy1luMAX5TCeQ="; hash = "sha256-ZbHz0OR7p873U7YpwsHxa3Uuf3uPsmVOQF9exARQzdI=";
}; };
canary = fetchurl { canary = fetchurl {
url = "https://canary.dl2.discordapp.net/apps/osx/${version}/DiscordCanary.dmg"; url = "https://canary.dl2.discordapp.net/apps/osx/${version}/DiscordCanary.dmg";
hash = "sha256-L/nnwHNPni93axBvXS4MH/NuoQbl7Ugva2sozVg6GEk="; hash = "sha256-UsJRw7gforZ1OAA6GNtXuTe/y95mIr7R6MRa+qe44tk=";
}; };
development = fetchurl { development = fetchurl {
url = "https://development.dl2.discordapp.net/apps/osx/${version}/DiscordDevelopment.dmg"; url = "https://development.dl2.discordapp.net/apps/osx/${version}/DiscordDevelopment.dmg";