Loading pkgs/os-specific/linux/dcgm/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -85,7 +85,7 @@ let # C.f. https://github.com/NVIDIA/DCGM/blob/7e1012302679e4bb7496483b32dcffb56e528c92/dcgmbuild/build.sh#L22 in gcc11Stdenv.mkDerivation rec { pname = "dcgm"; version = "3.2.5"; version = "3.2.5"; # N.B: If you change this, be sure prometheus-dcgm-exporter supports this version. src = fetchFromGitHub { owner = "NVIDIA"; Loading pkgs/servers/monitoring/prometheus/dcgm-exporter/default.nix +4 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,10 @@ }: buildGoModule rec { pname = "dcgm-exporter"; version = "3.2.5-3.1.7"; # The first portion of this version string corresponds to a compatible DCGM # version. version = "3.2.5-3.1.7"; # N.B: If you change this, update dcgm as well to the matching version. src = fetchFromGitHub { owner = "NVIDIA"; Loading Loading
pkgs/os-specific/linux/dcgm/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -85,7 +85,7 @@ let # C.f. https://github.com/NVIDIA/DCGM/blob/7e1012302679e4bb7496483b32dcffb56e528c92/dcgmbuild/build.sh#L22 in gcc11Stdenv.mkDerivation rec { pname = "dcgm"; version = "3.2.5"; version = "3.2.5"; # N.B: If you change this, be sure prometheus-dcgm-exporter supports this version. src = fetchFromGitHub { owner = "NVIDIA"; Loading
pkgs/servers/monitoring/prometheus/dcgm-exporter/default.nix +4 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,10 @@ }: buildGoModule rec { pname = "dcgm-exporter"; version = "3.2.5-3.1.7"; # The first portion of this version string corresponds to a compatible DCGM # version. version = "3.2.5-3.1.7"; # N.B: If you change this, update dcgm as well to the matching version. src = fetchFromGitHub { owner = "NVIDIA"; Loading