The fetchurl builder is now fetchurl.sh

This commit is contained in:
Shea Levy 2012-07-08 10:29:18 -04:00 committed by Eelco Dolstra
parent fd2630e1f7
commit 9d94a28bed
1 changed files with 1 additions and 1 deletions

View File

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