discord: 0.0.76 -> 0.0.77

This commit is contained in:
DontEatOreo 2024-12-10 10:42:50 +00:00
parent cf2843b6fb
commit ac44b8c010
No known key found for this signature in database
GPG Key ID: 0DB5361BEEE530AB

View File

@ -9,7 +9,7 @@ let
versions =
if stdenv.hostPlatform.isLinux then
{
stable = "0.0.76";
stable = "0.0.77";
ptb = "0.0.121";
canary = "0.0.535";
development = "0.0.53";
@ -26,7 +26,7 @@ let
x86_64-linux = {
stable = fetchurl {
url = "https://stable.dl2.discordapp.net/apps/linux/${version}/discord-${version}.tar.gz";
hash = "sha256-z5byV56bbXQK0o6QH9cmeqdjg9/4vbRohmE4YgKGNUw=";
hash = "sha256-Mm6kdwBsIOOkU1cNgfx4EZq/xeZPwUb2keKBkYv52hQ=";
};
ptb = fetchurl {
url = "https://ptb.dl2.discordapp.net/apps/linux/${version}/discord-ptb-${version}.tar.gz";