* Channel fix.

This commit is contained in:
Eelco Dolstra 2005-03-03 13:10:52 +00:00
parent 86cb3cc554
commit 9e6bca8765
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ sub update {
chomp $hash;
# !!! escaping
$nixExpr .= "((import @datadir@/nix/corepkgs/fetchurl) " .
"{url = $fullURL; sha1 = \"$hash\"; system = \"@system@\";}) "
"{url = $fullURL; md5 = \"$hash\"; system = \"@system@\";}) "
}
$nixExpr .= "]";