nix-prefetch-git: Default to SHA256.

svn path=/nixpkgs/trunk/; revision=18443

+1 -1
+1 -1
pkgs/build-support/fetchgit/nix-prefetch-git
··· 6 6 7 7 hashType=$NIX_HASH_ALGO 8 8 if test -z "$hashType"; then 9 - hashType=md5 9 + hashType=sha256 10 10 fi 11 11 12 12 if test -z "$url"; then