nixpkgs/pkgs/build-support/fetchgit
Jan Tojnar 7aae279ad9 unstableGitUpdater: fix updating fetchzip-based sources
a67950f20b added `url` attribute
from `fetchurl` and therefore also from `fetchzip`.
We previously relied on `url` from fetchgit-based fetchers
to find the repo URL but now it will just return tarballs
in the case of `fetchFrom{GitHub,GitLab}`.

Let’s add an attribute to `fetch{git,FromGitHub,FromGitLab}`
to expose a repo URL consistently.
2022-05-24 19:12:12 +02:00
..
builder.sh fetchgit: Support sparse checkout 2022-01-24 11:23:56 +08:00
default.nix unstableGitUpdater: fix updating fetchzip-based sources 2022-05-24 19:12:12 +02:00
deterministic-git fetchgit: split off deterministic-git functions 2022-02-19 14:33:20 +01:00
nix-prefetch-git fetchgit: Support sparse checkout 2022-01-24 11:23:56 +08:00
tests.nix testers.invalidateFetcherByDrvHash: Move from top-level 2022-05-05 12:08:50 +02:00