diff --git a/flake.nix b/flake.nix index f5adbdb..a4ebdfa 100644 --- a/flake.nix +++ b/flake.nix @@ -229,11 +229,11 @@ pname = "discord-electron"; binaryName = "Discord"; desktopName = "Discord (Wayland)"; - version = "0.0.21"; + version = "0.0.22"; src = pkgs.fetchurl { url = "https://dl.discordapp.net/apps/linux/${version}/discord-${version}.tar.gz"; - hash = "sha256-KDKUssPRrs/D10s5GhJ23hctatQmyqd27xS9nU7iNaM="; + hash = "sha256-F1xzdx4Em6Ref7HTe9EH7whx49iFc0DFpaQKdFquq6c="; }; electron = pkgs.electron_13; };