mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 02:55:39 +00:00
fetchGitHub: inherit owner and repo for use with rocmUpdateScript
This commit is contained in:
parent
33a5eb7be1
commit
72f5af191f
@ -59,4 +59,4 @@ let
|
||||
) // privateAttrs // passthruAttrs // { inherit name; };
|
||||
in
|
||||
|
||||
fetcher fetcherArgs // { meta = newMeta; inherit rev; }
|
||||
fetcher fetcherArgs // { meta = newMeta; inherit rev owner repo; }
|
||||
|
Loading…
Reference in New Issue
Block a user