nix-prefetch-git: Default to SHA256.
svn path=/nixpkgs/trunk/; revision=18443
This commit is contained in:
parent
39476057a2
commit
4f20056bca
@ -6,7 +6,7 @@ expHash=$3
|
|||||||
|
|
||||||
hashType=$NIX_HASH_ALGO
|
hashType=$NIX_HASH_ALGO
|
||||||
if test -z "$hashType"; then
|
if test -z "$hashType"; then
|
||||||
hashType=md5
|
hashType=sha256
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test -z "$url"; then
|
if test -z "$url"; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user