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
1 changed files with 2 additions and 2 deletions

View File

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