Update discord
This commit is contained in:
parent
abf1dc88ed
commit
7190dc4a98
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue