Update discord
This commit is contained in:
parent
fc4ea15c0b
commit
f798a0964e
|
@ -23,11 +23,11 @@
|
||||||
pname = "discord-electron";
|
pname = "discord-electron";
|
||||||
binaryName = "Discord";
|
binaryName = "Discord";
|
||||||
desktopName = "Discord (Wayland)";
|
desktopName = "Discord (Wayland)";
|
||||||
version = "0.0.20";
|
version = "0.0.21";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url =
|
url =
|
||||||
"https://dl.discordapp.net/apps/linux/${version}/discord-${version}.tar.gz";
|
"https://dl.discordapp.net/apps/linux/${version}/discord-${version}.tar.gz";
|
||||||
hash = "sha256-3f7yuxigEF3e8qhCetCHKBtV4XUHsx/iYiaCCXjspYw=";
|
hash = "sha256-KDKUssPRrs/D10s5GhJ23hctatQmyqd27xS9nU7iNaM=";
|
||||||
};
|
};
|
||||||
electron = pkgs.electron_13;
|
electron = pkgs.electron_13;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue