fetchGitHub: inherit owner and repo for use with rocmUpdateScript

This commit is contained in:
Madoura
2022-12-10 13:35:47 -06:00
parent 33a5eb7be1
commit 72f5af191f
+1 -1
View File
@@ -59,4 +59,4 @@ let
) // privateAttrs // passthruAttrs // { inherit name; };
in
fetcher fetcherArgs // { meta = newMeta; inherit rev; }
fetcher fetcherArgs // { meta = newMeta; inherit rev owner repo; }