mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-17 23:19:25 +03:00
Merge master into staging-next
This commit is contained in:
commit
2f3bfad6d2
181 changed files with 1249 additions and 1012 deletions
|
@ -284,7 +284,7 @@ def _get_latest_version_github(attr_path, package, extension, current_version, t
|
|||
if _get_attr_value(f"{attr_path}.src.leaveDotGit"):
|
||||
git_fetcher_args.append("--leave-dotGit")
|
||||
|
||||
if git_fetcher_args:
|
||||
if git_fetcher_args or _get_attr_value(f"{attr_path}.src.fetcher").endswith("nix-prefetch-git"):
|
||||
algorithm = "sha256"
|
||||
cmd = [
|
||||
"nix-prefetch-git",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue