discord: 0.0.44 -> 0.0.45

This commit is contained in:
Artturin
2024-03-12 18:24:10 +00:00
parent 38e66a24d9
commit 9fd0da5a83
@@ -2,7 +2,7 @@
let
versions =
if stdenv.isLinux then {
stable = "0.0.44";
stable = "0.0.45";
ptb = "0.0.72";
canary = "0.0.294";
development = "0.0.13";
@@ -17,7 +17,7 @@ let
x86_64-linux = {
stable = fetchurl {
url = "https://dl.discordapp.net/apps/linux/${version}/discord-${version}.tar.gz";
hash = "sha256-mzpir5Js3pDtuOK5bKocd74p0PcDnMpNpx8PpchE6FE=";
hash = "sha256-dSDc5EyWk/aH5JFG6WYfJqnb0Y2/b46YcdNB2Z9wRn0=";
};
ptb = fetchurl {
url = "https://dl-ptb.discordapp.net/apps/linux/${version}/discord-ptb-${version}.tar.gz";