emacs: fix GitLab API usage when generating MELPA packages (#397761)

authored by

Lin Jian and committed by
GitHub
ab12ae90 6514427d

+1 -1
+1 -1
pkgs/applications/editors/emacs/elisp-packages/update-melpa.el
··· 101 101 ("gitlab" (list "nix-prefetch-url" 102 102 "--unpack" (concat "https://gitlab.com/api/v4/projects/" 103 103 (url-hexify-string repo) 104 - "/repository/archive.tar.gz?ref=" 104 + "/repository/archive.tar.gz?sha=" 105 105 commit))) 106 106 ("sourcehut" (list "nix-prefetch-url" 107 107 "--unpack" (concat "https://git.sr.ht/~" repo "/archive/" commit ".tar.gz")))