Skip to content

Commit

Permalink
prometheus-smartctl-exporter: 0.12.0 -> 0.13.0
Browse files Browse the repository at this point in the history
(cherry picked from commit 1189579)
  • Loading branch information
r-ryantm authored and github-actions[bot] committed Dec 23, 2024
1 parent 6e0eafb commit fd5eb37
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/pr/prometheus-smartctl-exporter/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@

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

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

vendorHash = "sha256-WUB2FgBl4Tybz7T0yvcSYIlG75NEhXpn1F0yuB9F21g=";
vendorHash = "sha256-Sy/lm55NAhYDdVLli5yQpoRVieJU8RJDRFzd4Len6eg=";

postPatch = ''
substituteInPlace main.go README.md \
Expand Down

0 comments on commit fd5eb37

Please sign in to comment.