10 src = fetchFromGitHub {
14 hash = "sha256-olVR+TTDfSnQ+eJEb5qbNq96KnRr1WYx74/nC275+gI=";
17 npmDepsHash = "sha256-LqJ6cJxrQ3uHuQqXHQ7pfhTlndqFuqoMee9CNSteCP4=";
22 changelog = "https://github.com/emacs-eask/cli/blob/${src.rev}/CHANGELOG.md";
23 description = "CLI for building, runing, testing, and managing your Emacs Lisp dependencies";
24 homepage = "https://emacs-eask.github.io/";
25 license = lib.licenses.gpl3Plus;
27 maintainers = with lib.maintainers; [ jcs090218 ];