discord: 0.0.47 -> 0.0.49

This commit is contained in:
Artturin 2024-04-10 17:32:43 +00:00
parent dce75768b5
commit 0d1cfb5efc

View File

@ -2,7 +2,7 @@
let let
versions = versions =
if stdenv.isLinux then { if stdenv.isLinux then {
stable = "0.0.47"; stable = "0.0.49";
ptb = "0.0.76"; ptb = "0.0.76";
canary = "0.0.326"; canary = "0.0.326";
development = "0.0.16"; development = "0.0.16";
@ -17,7 +17,7 @@ let
x86_64-linux = { x86_64-linux = {
stable = fetchurl { stable = fetchurl {
url = "https://dl.discordapp.net/apps/linux/${version}/discord-${version}.tar.gz"; url = "https://dl.discordapp.net/apps/linux/${version}/discord-${version}.tar.gz";
hash = "sha256-4cELs7K7DAfzbA0/BwAkKraTD7z58jzOf1J3Our3CwM="; hash = "sha256-rVSYAkTZTlurnbUeYJFCgsPcsCqjJ1bJneQQiyhmvwQ=";
}; };
ptb = fetchurl { ptb = fetchurl {
url = "https://dl-ptb.discordapp.net/apps/linux/${version}/discord-ptb-${version}.tar.gz"; url = "https://dl-ptb.discordapp.net/apps/linux/${version}/discord-ptb-${version}.tar.gz";