Skip to content

Commit

Permalink
Merge pull request #293121 from r-ryantm/auto-update/prometheus-smart…
Browse files Browse the repository at this point in the history
…ctl-exporter

prometheus-smartctl-exporter: 0.11.0 -> 0.12.0
  • Loading branch information
mweinelt committed Mar 16, 2024
2 parents 3c49b06 + 2d2836f commit 5203b55
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@

buildGoModule rec {
pname = "smartctl_exporter";
version = "0.11.0";
version = "0.12.0";

src = fetchFromGitHub {
owner = "prometheus-community";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-oUdMsUAlN/4uRSzxQrO0TOVRgyEdxYkGtf3VoNbxdhw=";
hash = "sha256-QQoWAsnE/7ifvgEfQJ6cbzmwOrE7oe2zalTbu/P7r18=";
};

vendorHash = "sha256-0WLI+nLhRkf1CGhSer1Jkv1nUho5sxIbTE/Mf5JmX7U=";
vendorHash = "sha256-WUB2FgBl4Tybz7T0yvcSYIlG75NEhXpn1F0yuB9F21g=";

ldflags = [
"-X github.com/prometheus/common/version.Version=${version}"
Expand Down

0 comments on commit 5203b55

Please sign in to comment.