mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
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
|
||||
if test -z "$hashType"; then
|
||||
hashType=md5
|
||||
hashType=sha256
|
||||
fi
|
||||
|
||||
if test -z "$url"; then
|
||||
|
Loading…
Reference in New Issue
Block a user