nix-prefetch-git: Default to SHA256.

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

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