prometheus-nats-exporter: 0.10.0 -> 0.10.1

authored by R. Ryantm and committed by Bobby Rong 0a84f787 b7ee6cb8

+2 -2
+2 -2
pkgs/servers/monitoring/prometheus/nats-exporter.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "prometheus-nats-exporter"; 5 - version = "0.10.0"; 5 + version = "0.10.1"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "nats-io"; 9 9 repo = pname; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-qUnlPGniqStU5jVg+5SR8aYO7BLo7+d+UWPPm13ov0I="; 11 + sha256 = "sha256-+qMhHmsvlUWjDhmSXv2TytuOPmJcXdSGBd7c5PdE9xI="; 12 12 }; 13 13 14 14 vendorSha256 = "sha256-hlC/s0pYhNHMv3i7Nmu4r6jnXGpc6raScv5dO32+tfQ=";