3
0
Fork 0
forked from mirrors/nixpkgs

fetchGitHub: inherit owner and repo for use with rocmUpdateScript

This commit is contained in:
Madoura 2022-12-09 16:57:33 -06:00
parent 33a5eb7be1
commit 72f5af191f
No known key found for this signature in database
GPG key ID: 3201136B3DB072F9

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; }