prometheus-zfs-exporter: 2.3.2 -> 2.3.4

This commit is contained in:
R. Ryantm 2024-04-14 01:30:31 +00:00
parent 1b69196959
commit 3510d0af43

View File

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "zfs_exporter";
version = "2.3.2";
version = "2.3.4";
src = fetchFromGitHub {
owner = "pdf";
repo = pname;
rev = "v" + version;
hash = "sha256-JpLrCkPg0vVR0bKKHY5qf1/OD+O7yvWxS7kb7Yg3+c4=";
hash = "sha256-wPahjWTZLt5GapkOmGdGSicAmSGte2BHf6zZBHd7D3g=";
};
vendorHash = "sha256-uIilESEmAxANxFOy7qvYxlF/bId/Kqh4jUspNknlhlc=";
vendorHash = "sha256-EUeP7ysMnFeQO8Gaxhhonxk40cUv04MSiEDsaEcjTuM=";
ldflags = [
"-s"