diff --git a/corepkgs/fetchurl.nix b/corepkgs/fetchurl.nix index 37f01b55ee..c85c007ff2 100644 --- a/corepkgs/fetchurl.nix +++ b/corepkgs/fetchurl.nix @@ -8,7 +8,7 @@ assert (outputHash != "" && outputHashAlgo != "") derivation { name = baseNameOf (toString url); - builder = ./builder.sh; + builder = ./fetchurl.sh; # Compatibility with Nix <= 0.7. id = md5;