* nix-prefetch-url: change the default hash to SHA-256 (in base-32).

This commit is contained in:
Eelco Dolstra 2007-01-22 09:53:36 +00:00
parent 71ceb1c161
commit 7bc30e1ca8
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ export PATH=$PATH:@coreutils@
hashType=$NIX_HASH_ALGO
if test -z "$hashType"; then
hashType=md5
hashType=sha256
fi
hashFormat=