Skip to content

Commit 12a5540

Browse files
authored
prometheus-nvidia-gpu-exporter: 1.3.1 -> 1.3.2 (NixOS#407623)
2 parents ee4e2d6 + 52e2a8c commit 12a5540

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • pkgs/by-name/pr/prometheus-nvidia-gpu-exporter

pkgs/by-name/pr/prometheus-nvidia-gpu-exporter/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66

77
buildGoModule rec {
88
pname = "prometheus-nvidia-gpu-exporter";
9-
version = "1.3.1";
9+
version = "1.3.2";
1010

1111
src = fetchFromGitHub {
1212
owner = "utkuozdemir";
1313
repo = "nvidia_gpu_exporter";
1414
rev = "v${version}";
15-
hash = "sha256-rZwasPgkplX77y05huyNIdqbpJtLtapYsia5RfTmUEI=";
15+
hash = "sha256-d5/sWgfb4rGfHHeHOunHkm61F6o9L/z0MLh7iRABEYg=";
1616
};
1717

18-
vendorHash = "sha256-ev7k4dSu0ymg2Tn28oTVgEDSyUpaK0POg91ikC9G7Gs=";
18+
vendorHash = "sha256-kzjaMLPZrjgdeNSLapp3t+b8Y++Q8Cqj1hkU+GVGm88=";
1919

2020
ldflags = [
2121
"-s"

0 commit comments

Comments
 (0)