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

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;