elisp-packages: break ligo-mode

Because the auto-updater is not picking the correct hash.

+1 -1
+1 -1
pkgs/applications/editors/emacs/elisp-packages/melpa-packages.nix
··· 125 ligo-mode = 126 if super.ligo-mode.version == "0.3" 127 then markBroken super.ligo-mode 128 - else super.ligo-mode; 129 130 # upstream issue: missing file header 131 link = markBroken super.link;
··· 125 ligo-mode = 126 if super.ligo-mode.version == "0.3" 127 then markBroken super.ligo-mode 128 + else markBroken super.ligo-mode; # auto-updater is failing somehow 129 130 # upstream issue: missing file header 131 link = markBroken super.link;