···7}:
8buildGoModule rec {
9 pname = "dcgm-exporter";
10+11+ # The first portion of this version string corresponds to a compatible DCGM
12+ # version.
13+ version = "3.2.5-3.1.7"; # N.B: If you change this, update dcgm as well to the matching version.
1415 src = fetchFromGitHub {
16 owner = "NVIDIA";