summary refs log tree commit diff
path: root/pkgs/os-specific/linux/dcgm/default.nix
diff options
context:
space:
mode:
authorElliot Cameron <nixpkgs-commits@deshaw.com>2023-10-09 16:04:57 -0400
committerElliot Cameron <nixpkgs-commits@deshaw.com>2023-10-09 16:04:57 -0400
commita7b7ef9feac1d0b02c01827df408184df84dcb9b (patch)
tree85ad0d31af923d4e1a6f520b6c60db20a084dcf5 /pkgs/os-specific/linux/dcgm/default.nix
parent4f381c3af17565bd11842d5df51692f1249e7d55 (diff)
downloadnixpkgs-a7b7ef9feac1d0b02c01827df408184df84dcb9b.tar
nixpkgs-a7b7ef9feac1d0b02c01827df408184df84dcb9b.tar.gz
nixpkgs-a7b7ef9feac1d0b02c01827df408184df84dcb9b.tar.bz2
nixpkgs-a7b7ef9feac1d0b02c01827df408184df84dcb9b.tar.lz
nixpkgs-a7b7ef9feac1d0b02c01827df408184df84dcb9b.tar.xz
nixpkgs-a7b7ef9feac1d0b02c01827df408184df84dcb9b.tar.zst
nixpkgs-a7b7ef9feac1d0b02c01827df408184df84dcb9b.zip
dcgm: add note about keeping dcgm and prometheus-dcgm-exporter in sync
Diffstat (limited to 'pkgs/os-specific/linux/dcgm/default.nix')
-rw-r--r--pkgs/os-specific/linux/dcgm/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/os-specific/linux/dcgm/default.nix b/pkgs/os-specific/linux/dcgm/default.nix
index 314a4aae92e..f3ebdf1427e 100644
--- a/pkgs/os-specific/linux/dcgm/default.nix
+++ b/pkgs/os-specific/linux/dcgm/default.nix
@@ -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";