prometheus-dcgm-exporter: 3.3.9-3.6.1 -> 4.3.1-4.4.0

Emily 283bab3a ea388239

Changed files
+3 -3
pkgs
by-name
pr
prometheus-dcgm-exporter
+3 -3
pkgs/by-name/pr/prometheus-dcgm-exporter/package.nix
···
# The first portion of this version string corresponds to a compatible DCGM
# version.
-
version = "3.3.9-3.6.1"; # N.B: If you change this, update dcgm as well to the matching version.
+
version = "4.3.1-4.4.0"; # N.B: If you change this, update dcgm as well to the matching version.
src = fetchFromGitHub {
owner = "NVIDIA";
repo = "dcgm-exporter";
tag = version;
-
hash = "sha256-BAMN2yuIW5FcHY3o9MUIMgPnTEFFRCbqhoAkcaZDxcM=";
+
hash = "sha256-NafQWP1NxHTwmOND8ovy3oVia7qq0rCwZYE3VNlMBKQ=";
};
CGO_LDFLAGS = "-ldcgm";
···
# symbols are available on startup.
hardeningDisable = [ "bindnow" ];
-
vendorHash = "sha256-b7GyPsmSGHx7hK0pDa88FKA+ZKJES2cdAGjT2aAfX/A=";
+
vendorHash = "sha256-BfHC49Dzb4ArXK87JKD+aYEHR5HUS5NL0fEHa0jOCYM=";
nativeBuildInputs = [
autoAddDriverRunpath