discord: 0.0.50 -> 0.0.51

(cherry picked from commit 44658c1457)
This commit is contained in:
Artturin
2024-04-28 22:58:28 +00:00
committed by github-actions[bot]
parent 7c99214c3a
commit cb4e30d856

View File

@@ -2,7 +2,7 @@
let
versions =
if stdenv.isLinux then {
stable = "0.0.50";
stable = "0.0.51";
ptb = "0.0.80";
canary = "0.0.357";
development = "0.0.17";
@@ -17,7 +17,7 @@ let
x86_64-linux = {
stable = fetchurl {
url = "https://dl.discordapp.net/apps/linux/${version}/discord-${version}.tar.gz";
hash = "sha256-6VXdVLk7Z8NGQMiSdgBRd8NIueUktkId6BXYKNABb+4=";
hash = "sha256-w8zLeaqJXdbI67X/UDxSLQxZei5eraa/BkMZa+GDpYk=";
};
ptb = fetchurl {
url = "https://dl-ptb.discordapp.net/apps/linux/${version}/discord-ptb-${version}.tar.gz";