···33# tag="<tagname>" (get version by tag name)
44# If you don't specify neither one date="NOW" will be used (get latest)
5566-{stdenvNoCC, cvs, openssh}:
66+{stdenvNoCC, cvs, openssh, lib}:
7788+lib.makeOverridable (
89{cvsRoot, module, tag ? null, date ? null, sha256}:
9101011stdenvNoCC.mkDerivation {
···18191920 inherit cvsRoot module sha256 tag date;
2021}
2222+)