fetchdarcs: clean up md5 references

This commit is contained in:
Theodore Ni 2023-07-15 23:27:33 -07:00
parent 4c9ed3189c
commit a96b466396
No known key found for this signature in database
GPG key ID: 48B67583BDDD4474

View file

@ -4,14 +4,10 @@ lib.makeOverridable (
{ url
, rev ? null
, context ? null
, md5 ? ""
, sha256 ? ""
, name ? "fetchdarcs"
}:
if md5 != "" then
throw "fetchdarcs does not support md5 anymore, please use sha256"
else
stdenvNoCC.mkDerivation {
builder = ./builder.sh;
nativeBuildInputs = [cacert darcs];