Commit 940b792c authored by R. RyanTM's avatar R. RyanTM
Browse files

prometheus-nvidia-gpu-exporter: 1.3.0 -> 1.3.1

parent 3457f544
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,16 +6,16 @@

buildGoModule rec {
  pname = "prometheus-nvidia-gpu-exporter";
  version = "1.3.0";
  version = "1.3.1";

  src = fetchFromGitHub {
    owner = "utkuozdemir";
    repo = "nvidia_gpu_exporter";
    rev = "v${version}";
    hash = "sha256-nBNQqnXomQpEgspC9kmI574Onhkcg7UCXIf7O7XiiH0=";
    hash = "sha256-rZwasPgkplX77y05huyNIdqbpJtLtapYsia5RfTmUEI=";
  };

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

  ldflags = [
    "-s"