nix-prefetch-git: Default to SHA256.

svn path=/nixpkgs/trunk/; revision=18443
This commit is contained in:
Ludovic Courtès 2009-11-18 16:39:09 +00:00
parent 39476057a2
commit 4f20056bca

View file

@ -6,7 +6,7 @@ expHash=$3
hashType=$NIX_HASH_ALGO
if test -z "$hashType"; then
hashType=md5
hashType=sha256
fi
if test -z "$url"; then