fetch*: print a trace warning about md5 deprecation
This commit is contained in:
committed by
Robin Gloster
parent
c6b050fd2f
commit
f603dc11a6
@@ -113,4 +113,7 @@ rec {
|
||||
*/
|
||||
warn = msg: builtins.trace "WARNING: ${msg}";
|
||||
info = msg: builtins.trace "INFO: ${msg}";
|
||||
|
||||
fetchMD5warn = name: context : data : warn
|
||||
"Deprecated use of MD5 hash in ${name} to fetch ${context}" data;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user