Merge pull request #190863 from osama-re/melpa-fetchers
Handle melpa new fetchers (sourcehut, codeberg)
This commit is contained in:
@@ -103,6 +103,10 @@ return Promise to resolve in that process."
|
||||
(url-hexify-string repo)
|
||||
"/repository/archive.tar.gz?ref="
|
||||
commit)))
|
||||
("sourcehut" (list "nix-prefetch-url"
|
||||
"--unpack" (concat "https://git.sr.ht/~" repo "/archive/" commit ".tar.gz")))
|
||||
("codeberg" (list "nix-prefetch-url"
|
||||
"--unpack" (concat "https://codeberg.org/" repo "/archive/" commit ".tar.gz")))
|
||||
("bitbucket" (list "nix-prefetch-hg"
|
||||
(concat "https://bitbucket.com/" repo) commit))
|
||||
("hg" (list "nix-prefetch-hg"
|
||||
|
||||
Reference in New Issue
Block a user