prometheus-smartctl-exporter: 0.13.0 -> 0.14.0

https://github.com/prometheus-community/smartctl_exporter/releases/tag/v0.14.0
This commit is contained in:
Bjørn Forsman 2025-04-22 17:12:58 +02:00
parent 7fd5b6ae47
commit 3ae70f3682

View File

@ -8,16 +8,16 @@
buildGoModule rec {
pname = "smartctl_exporter";
version = "0.13.0";
version = "0.14.0";
src = fetchFromGitHub {
owner = "prometheus-community";
repo = pname;
tag = "v${version}";
hash = "sha256-0WppsqDl4nKa6s/dyX9zsUzoqAgStDSBWMM0eolTPdk=";
hash = "sha256-9woQgqkPYKMu8p35aeSv3ua1l35BuMzFT4oCVpmyG2E=";
};
vendorHash = "sha256-Sy/lm55NAhYDdVLli5yQpoRVieJU8RJDRFzd4Len6eg=";
vendorHash = "sha256-bDO7EgCjmObNaYHllczDKuFyKTKH0iCFDSLke6VMsHI=";
postPatch = ''
substituteInPlace main.go README.md \