Unverified Commit 2b4b32d6 authored by Lin Jian's avatar Lin Jian Committed by GitHub
Browse files

Merge pull request #329232 from atorres1985-contrib/emacspackages-wat-mode

emacsPackages.wat-mode: implement passthru.updateScript and remove commentary
parents bd500750 bd8ac353
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
# Manually packaged until it is upstreamed to melpa
# See https://github.com/devonsparks/wat-mode/issues/1
{
  lib,
  melpaBuild,
  fetchFromGitHub,
  unstableGitUpdater,
}:

melpaBuild {
@@ -17,6 +16,8 @@ melpaBuild {
    hash = "sha256-jV5V3TRY+D3cPSz3yFwVWn9yInhGOYIaUTPEhsOBxto=";
  };

  passthru.updateScript = unstableGitUpdater { hardcodeZeroVersion = true; };

  meta = {
    homepage = "https://github.com/devonsparks/wat-mode";
    description = "Emacs major mode for WebAssembly's text format";