mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-29 03:26:13 +01:00
Attempted and failed Discord fix
Signed-off-by: main <magic_rb@redalder.org>
This commit is contained in:
parent
0406c2b539
commit
e60ad45447
|
@ -5,13 +5,14 @@ final: prev: {
|
|||
old: let
|
||||
binaryName = "DiscordCanary";
|
||||
in rec {
|
||||
version = "0.0.123";
|
||||
version = "0.0.134";
|
||||
src =
|
||||
prev.fetchurl
|
||||
{
|
||||
url = "https://dl-canary.discordapp.net/apps/linux/${version}/discord-canary-${version}.tar.gz";
|
||||
sha256 = "0bijwfsd9s4awqkgxd9c2cxh7y5r06vix98qjp0dkv63r6jig8ch";
|
||||
sha256 = "00-sha256";
|
||||
};
|
||||
|
||||
installPhase = ''
|
||||
mkdir -p $out/{bin,opt/${binaryName},share/pixmaps}
|
||||
mv * $out/opt/${binaryName}
|
||||
|
|
Loading…
Reference in a new issue