forked from mirrors/nixpkgs
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; };
|
) // privateAttrs // passthruAttrs // { inherit name; };
|
||||||
in
|
in
|
||||||
|
|
||||||
fetcher fetcherArgs // { meta = newMeta; inherit rev; }
|
fetcher fetcherArgs // { meta = newMeta; inherit rev owner repo; }
|
||||||
|
|
Loading…
Reference in a new issue