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 genericUpdater: add attribute argument to ignore some versions 2020-05-04 14:33:03 -03:00
nix-update.nix treewide: use nix-update updateScript for packages I maintain 2020-07-29 12:33:39 -04:00
scripts.nix treewide: makeWrapper buildInputs to nativeBuildInputs 2021-02-19 20:09:16 +07:00
unstable-updater.nix unstableGitUpdater: Fix support for fetchFromGit{Hub,Lab} 2022-02-18 07:59:02 +01:00