Merge pull request #25091 from joepie91/patch-2

fetchurl: fixed typo in error message
This commit is contained in:
Eelco Dolstra 2017-04-21 17:54:06 +02:00 committed by GitHub
commit 20647f8a8e

View file

@ -92,7 +92,7 @@ let
in
if md5 != "" then throw "fetchsvnssh does not support md5 anymore, please use sha256 or sha512"
if md5 != "" then throw "fetchurl does not support md5 anymore, please use sha256 or sha512"
else if (!hasHash) then throw "Specify hash for fetchurl fixed-output derivation: ${stdenv.lib.concatStringsSep ", " urls_}"
else stdenv.mkDerivation {
name =