fetchGitHub: inherit owner and repo for use with rocmUpdateScript
This commit is contained in:
@@ -59,4 +59,4 @@ let
|
||||
) // privateAttrs // passthruAttrs // { inherit name; };
|
||||
in
|
||||
|
||||
fetcher fetcherArgs // { meta = newMeta; inherit rev; }
|
||||
fetcher fetcherArgs // { meta = newMeta; inherit rev owner repo; }
|
||||
|
||||
Reference in New Issue
Block a user