nixpkgs/pkgs/common-updater
Jan Tojnar 30ec84fba3 unstableGitUpdater: Fix support for fetchFromGit{Hub,Lab}
When `fetchFromGitHub` uses `fetchzip` instead of `fetchgit` internally,
which is the most common use case, there is no `src.url` attribute
so the update will fail.

Let’s fix that by falling back to `src.meta.homepage`,
which these fetchers set to the repository URL.
2022-02-18 07:59:02 +01:00
..
scripts common-updater-scripts: Silence outPath check 2021-12-31 07:06:27 +01:00
generic-updater.nix
nix-update.nix
scripts.nix
unstable-updater.nix unstableGitUpdater: Fix support for fetchFromGit{Hub,Lab} 2022-02-18 07:59:02 +01:00