prometheus-nut-exporter: 2.4.2 -> 2.5.0

This commit is contained in:
R. Ryantm
2022-12-26 20:36:07 +01:00
committed by Bjørn Forsman
parent 1eb875e811
commit 0c3a12c435
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "nut-exporter";
version = "2.4.2";
version = "2.5.0";
src = fetchFromGitHub {
owner = "DRuggeri";
repo = "nut_exporter";
rev = "v${version}";
sha256 = "sha256-fymVx6FJGII2PmWXVfeCRTxfO+35bmyn/9iL0iPuBgo=";
sha256 = "sha256-ZQBvH5IJZjl0QzDA2h31O1fr70EB3kP+ZklQ4EQa/Is=";
};
vendorSha256 = "sha256-ji8JlEYChPBakt5y6+zcm1l04VzZ0/fjfGFJ9p+1KHE=";