emacsPackages.wat-mode: implement passthru.updateScript

This commit is contained in:
Anderson Torres 2024-07-22 17:11:47 -03:00
parent eb02c6ef83
commit 034c174d85

View File

@ -4,6 +4,7 @@
lib,
melpaBuild,
fetchFromGitHub,
unstableGitUpdater,
}:
melpaBuild {
@ -17,6 +18,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";