* nix-prefetch-url: change the default hash to SHA-256 (in base-32).
This commit is contained in:
parent
71ceb1c161
commit
7bc30e1ca8
|
@ -8,7 +8,7 @@ export PATH=$PATH:@coreutils@
|
||||||
|
|
||||||
hashType=$NIX_HASH_ALGO
|
hashType=$NIX_HASH_ALGO
|
||||||
if test -z "$hashType"; then
|
if test -z "$hashType"; then
|
||||||
hashType=md5
|
hashType=sha256
|
||||||
fi
|
fi
|
||||||
|
|
||||||
hashFormat=
|
hashFormat=
|
||||||
|
|
Loading…
Reference in a new issue