Skip to content

Commit 940b792

Browse files
committed
prometheus-nvidia-gpu-exporter: 1.3.0 -> 1.3.1
1 parent 3457f54 commit 940b792

File tree

1 file changed

+3
-3
lines changed
  • pkgs/by-name/pr/prometheus-nvidia-gpu-exporter

1 file changed

+3
-3
lines changed

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.0";
9+
version = "1.3.1";
1010

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

18-
vendorHash = "sha256-ZzZ7MJUxXL+rX7SAHHT+KMHDkCDi5qTeAIkg4bAtMio=";
18+
vendorHash = "sha256-ev7k4dSu0ymg2Tn28oTVgEDSyUpaK0POg91ikC9G7Gs=";
1919

2020
ldflags = [
2121
"-s"

0 commit comments

Comments
 (0)