We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcb0b3f commit 65d3cb7Copy full SHA for 65d3cb7
pkgs/servers/monitoring/prometheus/zfs-exporter.nix
@@ -6,16 +6,16 @@
6
7
buildGoModule rec {
8
pname = "zfs_exporter";
9
- version = "2.3.8";
+ version = "2.3.10";
10
11
src = fetchFromGitHub {
12
owner = "pdf";
13
repo = pname;
14
rev = "v" + version;
15
- hash = "sha256-bFS4JdmtHdRPNSZP2YZQEl8y9AC6aKpxgN1D0W4dIwc=";
+ hash = "sha256-8of1FdfofkmlTMSJKbpBxI5KNEu2y1Epkl2L6nNAJ/k=";
16
};
17
18
- vendorHash = "sha256-P0KqKHQsocM/mrOUDJb4iNaFxJILF4toHPf7DIwMzBw=";
+ vendorHash = "sha256-wXPFR1B86oq/RieyYP1KTrpaUu3xOQnX2ismYt9N2Aw=";
19
20
ldflags = [
21
"-s"
0 commit comments