Currently nvfetcher generates the version field for git sources based on the latest commit. This is not very informative when, for example, looking over some packages in the NUR. In this case it would make more sense to expose an additional date field with the time this commit was fetched to be used as the version field in stdenv.mkDerivation.
Currently nvfetcher generates the
version
field for git sources based on the latest commit. This is not very informative when, for example, looking over some packages in the NUR. In this case it would make more sense to expose an additionaldate
field with the time this commit was fetched to be used as theversion
field instdenv.mkDerivation
.