Skip to content

Commit 323af5f

Browse files
authored
prometheus-zfs-exporter: 2.3.8 -> 2.3.10 (#436467)
2 parents 1a97b39 + 65d3cb7 commit 323af5f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/servers/monitoring/prometheus/zfs-exporter.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66

77
buildGoModule rec {
88
pname = "zfs_exporter";
9-
version = "2.3.8";
9+
version = "2.3.10";
1010

1111
src = fetchFromGitHub {
1212
owner = "pdf";
1313
repo = pname;
1414
rev = "v" + version;
15-
hash = "sha256-bFS4JdmtHdRPNSZP2YZQEl8y9AC6aKpxgN1D0W4dIwc=";
15+
hash = "sha256-8of1FdfofkmlTMSJKbpBxI5KNEu2y1Epkl2L6nNAJ/k=";
1616
};
1717

18-
vendorHash = "sha256-P0KqKHQsocM/mrOUDJb4iNaFxJILF4toHPf7DIwMzBw=";
18+
vendorHash = "sha256-wXPFR1B86oq/RieyYP1KTrpaUu3xOQnX2ismYt9N2Aw=";
1919

2020
ldflags = [
2121
"-s"

0 commit comments

Comments
 (0)