fetchurl: passthru url

This commit is contained in:
Sandro Jäckel
2022-04-17 04:25:24 +02:00
parent 47586fec7e
commit a67950f20b

View File

@@ -160,5 +160,5 @@ stdenvNoCC.mkDerivation {
'';
inherit meta;
inherit passthru;
passthru = { inherit url; } // passthru;
}